Skip to content
Snippets Groups Projects
Commit 7050a346 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

typo

parent b00022b5
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@
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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment