1
0
Fork 0
mirror of https://github.com/dbarzin/pandora-box.git synced 2025-08-02 20:35:26 +02:00

first change folder

This commit is contained in:
Didier Barzin 2023-02-19 11:49:44 +00:00
parent ceb0bdb64e
commit 339a0754c4

View file

@ -59,7 +59,7 @@ class PandoraBox:
logo = None
# -----------------------------------------------------------
# Curses
# Interval box variables
# -----------------------------------------------------------
device = None
mount_point = None
@ -553,10 +553,12 @@ class PandoraBox:
def startup(self):
"""Start Pandora-box"""
# Moto to the script folder
self.move_to_script_folder()
# Initilize stuff
self.config()
self.init_curses()
self.init_log()
self.move_to_script_folder()
# Read logo
with open('pandora-box.txt', 'r') as file1:
self.logo = file1.readlines()