1
0
Fork 0
mirror of https://github.com/dbarzin/pandora-box.git synced 2025-08-04 21:35:24 +02:00
This commit is contained in:
dbarzin 2022-06-28 22:50:06 +02:00
commit eedae15086

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()