Remove the useless codeline.

This commit is contained in:
Oleksii Kliukin
2015-11-03 16:04:01 +03:00
parent 87ead9ddaf
commit e52a34de1c
-1
View File
@@ -20,7 +20,6 @@ class Patroni:
self.nap_time = config['loop_wait']
self.postgresql = Postgresql(config['postgresql'])
self.dcs = self.get_dcs(self.postgresql.name, config)
host, port = config['restapi']['listen'].split(':')
self.api = RestApiServer(self, config['restapi'])
self.ha = Ha(self)
self.next_run = time.time()