Skip to content

Commit

Permalink
thx AI
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Reynolds committed Aug 21, 2024
1 parent 8101f06 commit ae5cf37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def load_state(file):
def generate_petname():
"""Generates a pet name in the format 'adjective-animal'"""
name = petname.Generate()
save_state(state_base + "petname", name)
save_state("petname", name)
return name

def b64_lazy_decode(s: str) -> str|None:
Expand Down

0 comments on commit ae5cf37

Please sign in to comment.