X-Git-Url: http://git.onelab.eu/?p=monitor.git;a=blobdiff_plain;f=commands%2Fchecksync.py;h=494f5f7412d214de30eadd39e89661753dcf713a;hp=d92d60fe7c0e1e16ae99a3261c2d5cbcd6ae7585;hb=f4f26439ae2db33f8f9a55e1a3350f6ed4f78278;hpb=dbb6bde37dbd9042af5abb57cc966e5f338776ae diff --git a/commands/checksync.py b/commands/checksync.py index d92d60f..494f5f7 100755 --- a/commands/checksync.py +++ b/commands/checksync.py @@ -20,7 +20,7 @@ if True: -if True: +if False: fbquery = HistoryNodeRecord.query.all() hostnames = [ n.hostname for n in fbquery ] @@ -35,7 +35,7 @@ if True: session.flush() -if True: +if False: fbquery = HistoryPCURecord.query.all() pcus = [ n.plc_pcuid for n in fbquery ]