2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-06-08 08:38:33 +00:00

Correct syntax error

This commit is contained in:
Jarrod Johnson
2024-04-09 15:27:20 -04:00
parent eaffb342b2
commit 8fb889ba73
+1 -1
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)