2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-02-16 18:49:04 +00:00

Fix the reference to sync to file

This commit is contained in:
Jarrod Johnson 2018-07-12 09:20:41 -04:00
parent 7cdc3c1400
commit 9edb225bd3

View File

@ -528,7 +528,7 @@ def commit_clear():
os.remove(os.path.join(ConfigManager._cfgdir, cfg))
except OSError as oe:
pass
self._bg_sync_to_file()
ConfigManager._bg_sync_to_file()
cfgleader = None
def follow_channel(channel):