Adds backup code + fixes obtain comment by reply code
This commit is contained in:
parent
85df5c86cf
commit
9f28ec04b4
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
project_dir = '/home/oleg/PycharmProjects/comment-server'
|
||||
schema_dir = '/'.join((project_dir, 'schema/comments_ddl.sql',))
|
||||
database_dir = '/'.join((project_dir, 'example.db',)) # change this
|
||||
|
||||
backup_dir = '/'.join((project_dir, 'example.backup.db'))
|
||||
|
||||
anonymous = {
|
||||
'channel_id': '9cb713f01bf247a0e03170b5ed00d5161340c486',
|
||||
|
|
Loading…
Reference in a new issue