1
0
mirror of http://aero2k.de/t/repos/urlbot-native.git synced 2017-09-06 15:25:38 +02:00

idlebot: using global uniq USER_AGENT

This commit is contained in:
urlbot
2015-08-21 23:40:14 +02:00
parent 29aa2b4872
commit 0c806d9810

View File

@@ -82,7 +82,7 @@ if '__main__' == __name__:
xmpp.disconnect()
sys.exit(1)
time.sleep(delay)
time.sleep(EVENTLOOP_DELAY)
except KeyboardInterrupt:
print('')
exit(130)