Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
EC2 Default User committed Nov 29, 2023
2 parents 542b148 + fdd4310 commit e0a0f99
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion TechTreeProcessing/techtree.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,6 @@
unique_techs["castle_age_unique_techs"] = castle_age_unique_techs
unique_techs["imperial_age_unique_techs"] = imperial_age_unique_techs

with open('unique_techs.json', 'w') as json_file:
with open("unique_techs.json", "w") as json_file:
json.dump(unique_techs, json_file)
# print(master_dict)
7 changes: 4 additions & 3 deletions cog_modules/stats/cog.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@
with open("descriptions_cleaned.json") as fp:
descriptions = json.load(fp)

#<<<<<<< Updated upstream
#=======
# <<<<<<< Updated upstream
# =======
# Load the unique_techs.json file as unique_techs
with open("unique_techs.json") as fp:
unique_techs = json.load(fp)
#>>>>>>> Stashed changes
# >>>>>>> Stashed changes


class StatCommands(commands.Cog):
"""Commands for stat commands."""
Expand Down
2 changes: 1 addition & 1 deletion gizmopics.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@
"https://cdn.discordapp.com/attachments/1105932220838989834/1170520936299114606/IMG_5331.jpg?ex=65595792&is=6546e292&hm=9fe6b61ef894effecc05020d8ef3a9e7499259b3498058699f4f4b917b711936&",
"https://cdn.discordapp.com/attachments/1105932220838989834/1170520937175728128/IMG_5320.jpg?ex=65595792&is=6546e292&hm=6b95c2f2632c419a0e5661858711424f6271c491f29cca27663df130afdaecb0&",
"https://cdn.discordapp.com/attachments/1105932220838989834/1170743875409817781/IMG_5443.jpg?ex=655a2733&is=6547b233&hm=5286ff6dfe017a7fe36cc1fce24011504676104a5e25b05ab26929f453d8a251&",
"https://cdn.discordapp.com/attachments/1105932220838989834/1170743876387078277/IMG_5447.jpg?ex=655a2733&is=6547b233&hm=47e02054a65c7f3e7e568a69bf00b1cddd718b2a4a21d3d1f92189635420d84f&"
"https://cdn.discordapp.com/attachments/1105932220838989834/1170743876387078277/IMG_5447.jpg?ex=655a2733&is=6547b233&hm=47e02054a65c7f3e7e568a69bf00b1cddd718b2a4a21d3d1f92189635420d84f&",
]

taoPics = [
Expand Down

0 comments on commit e0a0f99

Please sign in to comment.