fix things
This commit is contained in:
@ -2,6 +2,7 @@
|
||||
import importlib.util
|
||||
import glob
|
||||
import os
|
||||
import time
|
||||
|
||||
class commandManager():
|
||||
def __init__(self):
|
||||
@ -34,6 +35,7 @@ class commandManager():
|
||||
except:
|
||||
pass
|
||||
environment['commandInfo']['currCommand'] = ''
|
||||
environment['commandInfo']['lastCommandTime'] = time.time()
|
||||
return environment
|
||||
|
||||
def executeNextCommand(self, environment):
|
||||
|
@ -1,6 +1,7 @@
|
||||
#!/bin/python
|
||||
from configparser import ConfigParser
|
||||
from core.settings import settings
|
||||
import evdev
|
||||
|
||||
class settingsManager():
|
||||
def __init__(self):
|
||||
|
Reference in New Issue
Block a user