Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
RhinosF1 authored Jul 23, 2020
1 parent 328616a commit 7936aaf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ def remove():
"user": inactiveuser,
"remove": "bot|sysop|bureaucrat|consul|testgroup|autopatrolled|confirmed|rollbacker|interface-admin|flow-bot|checkuser|interwiki-admin|oversight|steward",
"reason": "per [[TestWiki:Inactivity|Inactivity report]]",
"token": USERRIGHTS_TOKEN}
"token": USERRIGHTS_TOKEN
}
count = count + 1
R = S.post(URL, data=PARAMS_4, headers=headers)
DATA = R.json()
Expand Down

0 comments on commit 7936aaf

Please sign in to comment.