Skip to content

Commit

Permalink
added common_config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaeno committed Jul 21, 2023
1 parent bddcf07 commit 68a6a0b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PandaPkgInfo.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
release_version = "0.0.40"
release_version = "0.0.41"
3 changes: 3 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ Includes all libraries used by both server and monitor (and others).
Release Note
------------

* 0.0.41 (21/7/2023)
* to avoid relative import

* 0.0.40 (21/7/2023)
* to ignore robot.txt when getting CA certs

Expand Down
2 changes: 1 addition & 1 deletion pandacommon/pandalogger/logger_config.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from ..commonconfig import common_config
from pandacommon.commonconfig import common_config

# get logger section
daemon = common_config.get('logger')

0 comments on commit 68a6a0b

Please sign in to comment.