Remove unnecessary line from config

This commit is contained in:
shortcutme 2019-11-30 02:19:18 +01:00
parent bdb655243f
commit aa9fe09337
No known key found for this signature in database
GPG Key ID: 5B63BAE6CB9613AE
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ class Config(object):
self.keys_restart_need = set([
"tor", "fileserver_port", "fileserver_ip_type", "threads_fs_read", "threads_fs_write", "threads_crypt", "threads_db"
])
self.keys_restart_need = set(["tor", "fileserver_port", "fileserver_ip_type", "threads_fs_read", "threads_fs_write", "threads_crypt"])
self.start_dir = self.getStartDir()
self.config_file = self.start_dir + "/zeronet.conf"