devin-ai commited on
Commit
4a2a265
·
verified ·
1 Parent(s): 477c32f

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +12 -0
main.py CHANGED
@@ -301,3 +301,15 @@ async def ytchat(question:str):
301
  @app.get("/")
302
  async def test():
303
  return {"status":"api is working"}
 
 
 
 
 
 
 
 
 
 
 
 
 
301
  @app.get("/")
302
  async def test():
303
  return {"status":"api is working"}
304
+
305
+
306
+
307
+
308
+ @app.get("/rm")
309
+ async def rm():
310
+ global transcript
311
+ global content
312
+ transcript=""
313
+ content=""
314
+ print("removed")
315
+ return