mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-09-01 23:46:53 +00:00
fixed ci in python3 (#251)
* fixed ci in python3 * remove python2 compatible code
This commit is contained in:
committed by
Jiaqiang Xu
parent
71fea8c73c
commit
b85d194b4b
@@ -226,6 +226,7 @@ connection_charset = utf8
|
||||
self.seafile_conf_dir,
|
||||
"-l",
|
||||
self.seafile_log,
|
||||
"-f",
|
||||
]
|
||||
self.seafile_proc = shell(cmd, wait=False)
|
||||
|
||||
@@ -248,7 +249,7 @@ connection_charset = utf8
|
||||
|
||||
|
||||
def create_mysql_dbs():
|
||||
sql = '''\
|
||||
sql = b'''\
|
||||
create database `ccnet` character set = 'utf8';
|
||||
create database `seafile` character set = 'utf8';
|
||||
|
||||
|
Reference in New Issue
Block a user