Skip to content

Commit

Permalink
Update events.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sedgestripe committed Apr 6, 2024
1 parent 0d00f93 commit 7398918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ def get_parents(birth_type):

return birth_type, parent1, parent2, adoptive_parents
except Exception as e:
print(e)
print("Error in birth event" + e)
birth_type = random.choice(list(BirthType))
get_parents(birth_type)

Expand Down

0 comments on commit 7398918

Please sign in to comment.