Fix missing import used on first-time setup
This commit is contained in:
parent
b43e651f96
commit
f273c23e37
2
main.py
2
main.py
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
import os, sys
|
import os, sys, shutil
|
||||||
from remi import start
|
from remi import start
|
||||||
from threading import Timer
|
from threading import Timer
|
||||||
from grzegorz_clients import api, remi_ui
|
from grzegorz_clients import api, remi_ui
|
||||||
|
|
Loading…
Reference in New Issue