Skip to content

Commit

Permalink
fixed error in ring_bearer()
Browse files Browse the repository at this point in the history
  • Loading branch information
sh1negg committed Nov 6, 2024
1 parent 56306fd commit e5e3f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
def random_character():
return random.choice(CHARACTERS)

def ring_bearer():
def ring_bearer(name):
return name in ("Frodo", "Sam")

if __name__ == "__main__":
Expand Down

0 comments on commit e5e3f62

Please sign in to comment.