mirror of
https://gitlab.com/chicken-riders/RcGcDw.git
synced 2025-02-23 00:24:09 +00:00
FINE, IT WON'T INCLUDE CATEGORIZE LOGS ANYMORE, ARE YOU HAPPY NOW GUYS?
This commit is contained in:
parent
70c598c75f
commit
6e75d8a9d4
|
@ -496,7 +496,7 @@ def day_overview_request():
|
|||
passes = 0
|
||||
continuearg = ""
|
||||
while not complete and passes < 10:
|
||||
request = recent_changes.safe_request("https://{wiki}.gamepedia.com/api.php?action=query&format=json&list=recentchanges&rcend={timestamp}Z&rcprop=title%7Ctimestamp%7Csizes%7Cloginfo%7Cuser&rcshow=!bot&rclimit=500&rctype=edit%7Cnew%7Clog%7Ccategorize{continuearg}".format(wiki=settings["wiki"], timestamp=timestamp, continuearg=continuearg))
|
||||
request = recent_changes.safe_request("https://{wiki}.gamepedia.com/api.php?action=query&format=json&list=recentchanges&rcend={timestamp}Z&rcprop=title%7Ctimestamp%7Csizes%7Cloginfo%7Cuser&rcshow=!bot&rclimit=500&rctype=edit%7Cnew%7Clog{continuearg}".format(wiki=settings["wiki"], timestamp=timestamp, continuearg=continuearg))
|
||||
if request:
|
||||
try:
|
||||
request = request.json()
|
||||
|
|
Loading…
Reference in a new issue