mirror of
https://gitlab.wikimedia.org/ladsgroup/Phabricator-maintenance-bot
synced 2024-11-08 13:12:38 +01:00
new_wiki_handler: Try to fix handle_analytics
This commit is contained in:
parent
05faf29136
commit
f086d0a15a
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ def handle_analytics(url, bug_id):
|
|||
b = json.loads('\n'.join(r.text.split('\n')[1:]))
|
||||
if b:
|
||||
return
|
||||
maker = AnalyticsPatchMaker(lang, bug_id)
|
||||
maker = AnalyticsPatchMaker(url, bug_id)
|
||||
maker.run()
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue