Script execution

This commit is contained in:
gac-x11ma
2019-05-14 10:26:59 +02:00
parent c9c43fcaa6
commit a36d815e54

View File

@@ -75,11 +75,10 @@ newest = getNewestFile()
#print "newest = ",newest
#Pre-actions
if NO_BEAM_CHECK == False:
if not has_beam():
print "Maintenence mode: end of scan"
sys.exit()
#Checking the beam
if not has_beam():
print "Maintenence mode: end of scan"
sys.exit()
if MODE is not None: