Fix issue #82
This commit is contained in:
parent
3d69fe773d
commit
aa4c6a1434
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ os.chdir(os.path.dirname(os.path.realpath(__file__)))
|
||||||
sys.path.append(os.getcwd())
|
sys.path.append(os.getcwd())
|
||||||
from functions.sensors import *
|
from functions.sensors import *
|
||||||
from functions.tmux import *
|
from functions.tmux import *
|
||||||
init_global_vars()
|
init_global_vars(silent=True)
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
background = False
|
background = False
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue