mirror of
https://github.com/dbarzin/pandora-box.git
synced 2025-08-05 13:55:21 +02:00
first change folder
This commit is contained in:
parent
ceb0bdb64e
commit
339a0754c4
1 changed files with 4 additions and 2 deletions
|
@ -59,7 +59,7 @@ class PandoraBox:
|
||||||
logo = None
|
logo = None
|
||||||
|
|
||||||
# -----------------------------------------------------------
|
# -----------------------------------------------------------
|
||||||
# Curses
|
# Interval box variables
|
||||||
# -----------------------------------------------------------
|
# -----------------------------------------------------------
|
||||||
device = None
|
device = None
|
||||||
mount_point = None
|
mount_point = None
|
||||||
|
@ -553,10 +553,12 @@ class PandoraBox:
|
||||||
|
|
||||||
def startup(self):
|
def startup(self):
|
||||||
"""Start Pandora-box"""
|
"""Start Pandora-box"""
|
||||||
|
# Moto to the script folder
|
||||||
|
self.move_to_script_folder()
|
||||||
|
# Initilize stuff
|
||||||
self.config()
|
self.config()
|
||||||
self.init_curses()
|
self.init_curses()
|
||||||
self.init_log()
|
self.init_log()
|
||||||
self.move_to_script_folder()
|
|
||||||
# Read logo
|
# Read logo
|
||||||
with open('pandora-box.txt', 'r') as file1:
|
with open('pandora-box.txt', 'r') as file1:
|
||||||
self.logo = file1.readlines()
|
self.logo = file1.readlines()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue