Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Commit

Permalink
switched debug mode off
Browse files Browse the repository at this point in the history
  • Loading branch information
9-FS committed Nov 22, 2023
1 parent 81eb27b commit 1918988
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license = "MIT"
name = "x" # can't leave empty because of bug with `poetry install` from poetry.lock file
readme = "readme.md"
repository = "https://github.com/9-FS/2022-10-23-nHentai-to-PDF-Server"
version = "2.3.11"
version = "2.3.12"

[tool.poetry.dependencies]
kfsconfig = "^1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion src/main_outer.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


if __name__=="__main__":
DEBUG: bool=True # debug mode?
DEBUG: bool=False # debug mode?


if DEBUG==True:
Expand Down

0 comments on commit 1918988

Please sign in to comment.