Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
bain3 committed Sep 11, 2024
1 parent ab7ca70 commit 211af7f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pronotepy/create_login.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ def main() -> int:

client = client_class(url, username, password, ent, **mfa)

print(client.periods)

# lol
pin = "".join([str(random.choice(tuple(range(1, 10)))) for _ in range(4)])

Expand Down

0 comments on commit 211af7f

Please sign in to comment.