make Ruff happy
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import vona.globals as globals
|
||||
import vona.config as config
|
||||
import multiprocessing
|
||||
|
||||
versions = [str(i) for i in range(1, 10)]
|
||||
@@ -19,7 +18,7 @@ def worker(room_found):
|
||||
print(room_id)
|
||||
room_found.value = True
|
||||
break
|
||||
except Exception as e:
|
||||
except Exception:
|
||||
pass
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user