Spaces:
Running
on
Zero
Running
on
Zero
Yurii Paniv
commited on
Commit
·
8545c8c
1
Parent(s):
c14a5b1
print batch
Browse files- app.py +1 -1
- flagged/lang-uk/dragoman +1 -0
- flagged/lang-uk/dragoman-logs +1 -0
app.py
CHANGED
@@ -34,7 +34,7 @@ def check_thread(logging_queue: Queue):
|
|
34 |
batch = []
|
35 |
while not logging_queue.empty():
|
36 |
batch.append(logging_queue.get())
|
37 |
-
|
38 |
if len(batch) > 0:
|
39 |
try:
|
40 |
logging_callback(batch)
|
|
|
34 |
batch = []
|
35 |
while not logging_queue.empty():
|
36 |
batch.append(logging_queue.get())
|
37 |
+
print("Batch:", batch)
|
38 |
if len(batch) > 0:
|
39 |
try:
|
40 |
logging_callback(batch)
|
flagged/lang-uk/dragoman
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit 640413f9ac519215815f0e3867a3b0d4e37169e7
|
flagged/lang-uk/dragoman-logs
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit 86358e08517b0c0f1905b15f308c1bdf6205a306
|