Skip to content
This repository has been archived by the owner on Jul 19, 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
9FS committed Nov 22, 2023
1 parent 67f7850 commit cd4a0d0
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-08-Logbook-Backup-Mover"
version = "1.1.2"
version = "1.1.3"

[tool.poetry.dependencies]
dropbox = "^11.36.2"
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 cd4a0d0

Please sign in to comment.