typo
This commit is contained in:
parent
b00022b5e2
commit
7050a346c7
|
@ -23,7 +23,7 @@ if os.name == 'nt':
|
|||
PATH_TO_DB = '../src/logs.db'
|
||||
else:
|
||||
PATH_TO_LOGS_BASE_DIR = os.path.expanduser('~/.gajim/logs')
|
||||
PATH_TO_DB = os.path.expanduser('~/.gajim/logs2.db') # database is called logs.db
|
||||
PATH_TO_DB = os.path.expanduser('~/.gajim/logs.db') # database is called logs.db
|
||||
|
||||
class migration:
|
||||
def __init__(self):
|
||||
|
|
Loading…
Reference in New Issue