mirror of
https://github.com/xcat2/confluent.git
synced 2025-02-04 21:12:05 +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…
x
Reference in New Issue
Block a user