apple muncy commited on
Commit
aa0191f
·
1 Parent(s): 1230305

remove ' ' around 0.0.0.0

Browse files

Signed-off-by: apple muncy <[email protected]>

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,5 +33,5 @@ def review_code(code: str) -> str:
33
 
34
  if __name__=="__main__":
35
  mcp.run(transport="streamable-http",
36
- host='0.0.0.0',
37
  )
 
33
 
34
  if __name__=="__main__":
35
  mcp.run(transport="streamable-http",
36
+ host=0.0.0.0,
37
  )