[minor] add missing verbosity flag

This commit is contained in:
Marcel Paffrath 2023-01-31 17:37:17 +01:00
parent 3a384fd7b5
commit d7cbbe6876

View File

@ -178,6 +178,7 @@ class SurveillanceBot(object):
for filename in self.filenames:
# if file already read and last modification time is the same as of last read operation: continue
if self.filenames_read_last_modif.get(filename) == os.path.getmtime(filename):
if self.verbosity > 0:
print('Continue on file', filename)
continue
try: