Skip to content

Commit

Permalink
Replace remaining references to logger
Browse files Browse the repository at this point in the history
  • Loading branch information
ecyoung3 committed Oct 15, 2023
1 parent 8f6f4b6 commit 951dd2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frheed/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def __init__(self):


def show() -> FRHEED:
logger.info("Opening FRHEED...")
logging.info("Opening FRHEED...")
return FRHEED()


Expand Down

0 comments on commit 951dd2c

Please sign in to comment.