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:
parent
8e77466875
commit
956faee052
@ -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...
|
||||
|
Loading…
Reference in New Issue
Block a user