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

using global uniq USER_AGENT

This commit is contained in:
urlbot
2015-08-21 23:35:28 +02:00
parent 67642cba17
commit 5f27fea8fc
3 changed files with 5 additions and 4 deletions

View File

@@ -15,7 +15,8 @@ RATE_CHAT = 0x08
RATE_URL = 0x10
BUFSIZ = 8192
delay = 0.100 # seconds
EVENTLOOP_DELAY = 0.100 # seconds
USER_AGENT = '''Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.0'''
basedir = '.'
if 2 == len(sys.argv):