2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-26 11:30:23 +00:00

Correct typo in variable name

This commit is contained in:
Jarrod Johnson 2018-06-28 14:12:56 -04:00
parent 8e77466875
commit 956faee052

View File

@ -89,7 +89,7 @@ def connect_to_leader(cert=None, name=None, leader=None):
for globvar in globaldata:
cfm.set_global(globvar, globaldata[globvar])
cfm.ConfigManager(tenant=None)._load_from_json(dbjson)
cfm._txcount = dbix['txcount']
cfm._txcount = dbi['txcount']
cfm.ConfigManager._bg_sync_to_file()
currentleader = leader
#spawn this as a thread...