2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-25 11:01:09 +00:00

Correct syntax error

This commit is contained in:
Jarrod Johnson 2024-04-09 15:27:20 -04:00
parent eaffb342b2
commit 8fb889ba73

View File

@ -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)