Browse Source

Update 'nagbot.py'

Removed extraneous sleep from try statement
deadtom 5 ngày trước cách đây
mục cha
commit
e899ff94fa
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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()