add missing closing paren to bitbot's User Agent
This commit is contained in:
parent
85d8ad1fe0
commit
9dc6069e06
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ def url_sanitise(url: str):
|
|||
url = url[:-1]
|
||||
return url
|
||||
|
||||
USERAGENT = "Mozilla/5.0 (compatible; BitBot/%s; +%s" % (
|
||||
USERAGENT = "Mozilla/5.0 (compatible; BitBot/%s; +%s)" % (
|
||||
IRCBot.VERSION, IRCBot.URL)
|
||||
|
||||
RESPONSE_MAX = (1024*1024)*100
|
||||
|
|
Loading…
Reference in a new issue