From 6e75d8a9d40a1fa5362eb337fc5b2d0910d2d151 Mon Sep 17 00:00:00 2001 From: Frisk Date: Thu, 16 Aug 2018 02:08:07 +0200 Subject: [PATCH] FINE, IT WON'T INCLUDE CATEGORIZE LOGS ANYMORE, ARE YOU HAPPY NOW GUYS? --- rcgcdw.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rcgcdw.py b/rcgcdw.py index fee6c10..a43f692 100644 --- a/rcgcdw.py +++ b/rcgcdw.py @@ -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()