Browse Source

Update 'nagbot.py'

Removed extraneous sleep from try statement
deadtom 5 days ago
parent
commit
e899ff94fa
1 changed files with 0 additions and 1 deletions
  1. 0 1
      nagbot.py

+ 0 - 1
nagbot.py

@@ -23,7 +23,6 @@ def main():
 try:
 try:
     while True:
     while True:
         main()
         main()
-        time.sleep(config.interval)
 except KeyboardInterrupt:
 except KeyboardInterrupt:
     print('\nExiting program...')
     print('\nExiting program...')
     sys.exit()
     sys.exit()