1
0
Fork 0
mirror of https://github.com/dbarzin/pandora-box.git synced 2025-07-24 15:59:42 +02:00

work in progress

This commit is contained in:
Didier 2022-06-28 20:44:04 +00:00
parent 650bfbc5b5
commit 30bd482836

View file

@ -455,9 +455,15 @@ def scan(mount_point, used):
# --------------------------------------
def moveToScriptFolder():
abspath = os.path.abspath(__file__)
dname = os.path.dirname(abspath)
os.chdir(dname)
"""Main entry point"""
def main(stdscr):
try :
moveToScriptFolder()
init_log()
config()
init_curses()