mirror of
https://github.com/kbumsik/VirtScreen.git
synced 2025-03-09 15:40:18 +00:00
Use python logging module #8
This commit is contained in:
parent
f27db06b17
commit
ebbbf97cdf
6 changed files with 106 additions and 58 deletions
|
@ -29,6 +29,7 @@ BASE_PATH = os.path.dirname(__file__) # Location of this script
|
|||
X11VNC_LOG_PATH = HOME_PATH + "/x11vnc_log.txt"
|
||||
X11VNC_PASSWORD_PATH = HOME_PATH + "/x11vnc_passwd"
|
||||
CONFIG_PATH = HOME_PATH + "/config.json"
|
||||
LOGGING_PATH = HOME_PATH + "/log.txt"
|
||||
# Path in the program path
|
||||
ICON_PATH = BASE_PATH + "/icon/full_256x256.png"
|
||||
ASSETS_PATH = BASE_PATH + "/assets"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue