Skip to content

Commit

Permalink
fixing pymemuc debug printing
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmiglio committed Dec 21, 2023
1 parent bf4125e commit 1f6cf44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/pyclashbot/memu/pmc.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

FROZEN = getattr(sys, "frozen", False)

pmc = PyMemuc(debug=not FROZEN)
pmc = PyMemuc()

adb_path = join(
# pylint: disable=protected-access
Expand Down

0 comments on commit 1f6cf44

Please sign in to comment.