Skip to content

Commit

Permalink
Feat: remove default variable assignation (p)
Browse files Browse the repository at this point in the history
The variable p was accidentally mapped to a Player due to init logic.
This commit removes the reference so users are not wondering what this
magical variable is.
  • Loading branch information
Bubobubobubobubo committed Jun 19, 2024
1 parent 4e98343 commit 7db01b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sardine_core/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
p = Player(name=player)
globals()[player] = p
bowl.add_handler(p)
del p

# Extensions
# An extension configuration file contains the following fields:
Expand Down

0 comments on commit 7db01b9

Please sign in to comment.