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
   while not killer.kill_now:
58
   while not killer.kill_now:
59
     time.sleep(.5)
59
     time.sleep(.5)
60
     if i >= CYCLE_TIME / SLEEP_TIME:
60
     if i >= CYCLE_TIME / SLEEP_TIME:
61
-        cyclic_job()
61
+        file2mail()
62
         i = 0
62
         i = 0
63
     else:
63
     else:
64
         i += 1
64
         i += 1

Loading…
Cancel
Save