Browse Source

BugFix: cyclic call - method name

test_without_lockfile
Dirk Alders 11 months ago
parent
commit
bab3decd2c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      file2mail.py

+ 1
- 1
file2mail.py View File

@@ -58,7 +58,7 @@ if __name__ == '__main__':
58 58
   while not killer.kill_now:
59 59
     time.sleep(.5)
60 60
     if i >= CYCLE_TIME / SLEEP_TIME:
61
-        cyclic_job()
61
+        file2mail()
62 62
         i = 0
63 63
     else:
64 64
         i += 1

Loading…
Cancel
Save