Skip to content
This repository was archived by the owner on Dec 16, 2024. It is now read-only.

Commit 37fa798

Browse files
author
QuPengfei
authored
Merge pull request #251 from QuPengfei/20.7
minor fix
2 parents 6feb9a6 + 395ac5b commit 37fa798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ad-insertion/frontend/manifest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def _get_manifest(self, stream, user):
3535
manifest=r.text
3636
except Exception as e:
3737
print("Exception: "+str(e), flush=True)
38-
return str(e)
38+
return str("Client Error!")
3939

4040
# launch zk
4141
stream_base = "/".join(stream.split("/")[:-1])

0 commit comments

Comments
 (0)