ato/ase are not global variables
This commit is contained in:
parent
1bbeeb3a0d
commit
5c2c7d1a5e
1 changed files with 0 additions and 12 deletions
|
@ -67,18 +67,6 @@ def cse():
|
|||
except:
|
||||
raise SetupException()
|
||||
|
||||
def ato():
|
||||
try:
|
||||
return getSetting("Twitter", "ato")
|
||||
except:
|
||||
raise SetupException()
|
||||
|
||||
def ase():
|
||||
try:
|
||||
return getSetting("Twitter", "ase")
|
||||
except:
|
||||
raise SetupException()
|
||||
|
||||
def dbCheck(db, create = False):
|
||||
if (not create and dbInitialized(db)) or (create and not dbInitialized(db)):
|
||||
return True
|
||||
|
|
Loading…
Reference in a new issue