master
Simon 2 years ago
parent b9fdc9838e
commit d11ff13df2

@ -63,8 +63,7 @@ class FD_APIUserDefinedContext(object):
self.CONFIG['SYSTEMS'][system]['OPTIONS'] = options self.CONFIG['SYSTEMS'][system]['OPTIONS'] = options
def getoptions(self,system): def getoptions(self,system):
print(self.CONFIG['SYSTEMS'][system]['OPTIONS']) return self.CONFIG['SYSTEMS'][system]
return self.CONFIG['SYSTEMS'][system]['OPTIONS']
def killserver(self): def killserver(self):
self.CONFIG['GLOBAL']['_KILL_SERVER'] = True self.CONFIG['GLOBAL']['_KILL_SERVER'] = True

Loading…
Cancel
Save

Powered by TurnKey Linux.