diff options
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-x | pyLoadCore.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py index f4c70b280..dc90ba5ae 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -416,7 +416,7 @@ class Core(object): self.threadManager.work() self.scheduler.work() - + def setupDB(self): self.db = DatabaseBackend(self) # the backend self.db.setup() |