mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 13:19:24 +01:00
Moved setting of debug variables earlier so nothing would print when debug.stderr is false.
This commit is contained in:
parent
9eff6d997e
commit
a1dc34643b
@ -73,14 +73,13 @@ if not isinstance(configVariables, basestring):
|
||||
for (name, value) in configVariables.iteritems():
|
||||
setattr(conf, name, value)
|
||||
|
||||
import debug
|
||||
|
||||
def main():
|
||||
import debug
|
||||
|
||||
if not isinstance(debugVariables, basestring):
|
||||
if not isinstance(debugVariables, basestring):
|
||||
for (name, value) in debugVariables.iteritems():
|
||||
setattr(debug, name, value)
|
||||
|
||||
def main():
|
||||
import world
|
||||
import drivers
|
||||
import schedule
|
||||
|
Loading…
Reference in New Issue
Block a user