mirror of
https://github.com/JonasunderscoreJones/turbo-octo-potato.git
synced 2025-10-28 11:39:18 +01:00
Fixed json order
This commit is contained in:
parent
867a9fd067
commit
71bd76e36d
1 changed files with 1 additions and 1 deletions
|
|
@ -270,7 +270,7 @@ if content:
|
||||||
|
|
||||||
json_data = []
|
json_data = []
|
||||||
|
|
||||||
for wiki_link in content:
|
for wiki_link in content[::-1]:
|
||||||
|
|
||||||
print("Fetching monthly page: " + wiki_link)
|
print("Fetching monthly page: " + wiki_link)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue