mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-25 02:52:07 +00:00
Correct syntax error
This commit is contained in:
parent
eaffb342b2
commit
8fb889ba73
@ -336,7 +336,7 @@ def cleanit():
|
||||
del toreap[nn]
|
||||
else:
|
||||
toreap[nn] = 1
|
||||
elif nn is in toreap:
|
||||
elif nn in toreap:
|
||||
del toreap[nn]
|
||||
eventlet.sleep(30)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user