Skip to content

Commit

Permalink
Update SwitchClanScreen.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sedgestripe committed Sep 9, 2024
1 parent e347b3b commit 533120a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/screens/SwitchClanScreen.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def screen_switches(self):
you = clan_json["your_cat"]
clan_age = clan_json["clanage"]
except:
print("WARNING: Could not find clan_age")
pass

clan_cats_json_path = f"{get_save_dir()}/{clan}/clan_cats.json"
your_name = ""
Expand Down Expand Up @@ -178,7 +178,7 @@ def screen_switches(self):
your_name = item["name_prefix"] + suffix
break
except:
print("WARNING: Could not find your name")
pass
# if your_name:
# print(your_name)
# else:
Expand Down

0 comments on commit 533120a

Please sign in to comment.