Skip to content

Commit

Permalink
Merge branch 'dev' into bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
nothingface0 committed Sep 6, 2023
2 parents 33e6725 + 5c25b6d commit 9d8c882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dqmsquare_cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def load_cfg() -> dict:

### default values === >
cfg = {}
cfg["VERSION"] = "1.1.1"
cfg["VERSION"] = "1.2.0"

cfg["ENV"] = os.environ.get("ENV", "development")
cfg["SLEEP_TIME"] = 5 # sec, int
Expand Down

0 comments on commit 9d8c882

Please sign in to comment.