mirror of
https://github.com/Pardus-LiderAhenk/ahenk
synced 2024-11-22 09:42:15 +03:00
title changed
This commit is contained in:
parent
1ee4c6c12c
commit
719d2275de
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ class ExecutionManager(object):
|
||||||
|
|
||||||
agreement_content = Util.read_file(System.Ahenk.received_dir_path() + file_name)
|
agreement_content = Util.read_file(System.Ahenk.received_dir_path() + file_name)
|
||||||
# TODO
|
# TODO
|
||||||
title = 'Ahenk Agreement'
|
title = 'Kullanıcı Sözleşmesi'
|
||||||
|
|
||||||
if agreement_content is not None and agreement_content != '':
|
if agreement_content is not None and agreement_content != '':
|
||||||
self.db_service.update('contract', self.db_service.get_cols('contract'), [agreement_content, title, json_data['timestamp']])
|
self.db_service.update('contract', self.db_service.get_cols('contract'), [agreement_content, title, json_data['timestamp']])
|
||||||
|
|
Loading…
Reference in a new issue