Spaces:
Sleeping
Sleeping
Upload infertest.py
Browse files- infertest.py +1 -1
infertest.py
CHANGED
|
@@ -202,7 +202,7 @@ def vc_single(
|
|
| 202 |
)
|
| 203 |
except:
|
| 204 |
info = traceback.format_exc()
|
| 205 |
-
|
| 206 |
return info, (None, None)
|
| 207 |
|
| 208 |
def get_vc(sid, to_return_protect0):
|
|
|
|
| 202 |
)
|
| 203 |
except:
|
| 204 |
info = traceback.format_exc()
|
| 205 |
+
|
| 206 |
return info, (None, None)
|
| 207 |
|
| 208 |
def get_vc(sid, to_return_protect0):
|