Sfoglia il codice sorgente

Update 'nagbot.py'

Removed extraneous sleep from try statement
deadtom 1 mese fa
parent
commit
e899ff94fa
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      nagbot.py

+ 0 - 1
nagbot.py

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