Spaces:
Build error
Build error
Commit
·
4cf74c3
1
Parent(s):
0250ad3
Update app.py
Browse files
app.py
CHANGED
|
@@ -36,6 +36,7 @@ async def client(rank, interval_duration):
|
|
| 36 |
end = time.time()
|
| 37 |
duration = end - start
|
| 38 |
if jso["success"]:
|
|
|
|
| 39 |
success+=1
|
| 40 |
return
|
| 41 |
|
|
|
|
| 36 |
end = time.time()
|
| 37 |
duration = end - start
|
| 38 |
if jso["success"]:
|
| 39 |
+
global success
|
| 40 |
success+=1
|
| 41 |
return
|
| 42 |
|