Skip to content

Commit

Permalink
fix: how did I fuck up this bad lmao
Browse files Browse the repository at this point in the history
  • Loading branch information
THEGOLDENPRO committed Sep 11, 2024
1 parent 51b6944 commit 3a314f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osaker/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def execute_code(
command_input: Optional[str] = typer.Option(
None, "-c", "-i", help = "Passes the text directly to the interpreter as osaker code."
),
debug: bool = typer.Option(help = "Log to the console useful information from the interpreter.")
debug: bool = typer.Option(False, help = "Log to the console useful information from the interpreter.")
):
if debug:
osaker_logger.setLevel(logging.DEBUG)
Expand Down

0 comments on commit 3a314f3

Please sign in to comment.