Your Name 3 years ago
parent
commit
9afdb13a35
1 changed files with 1 additions and 1 deletions
  1. 1 1
      step_question/apis/main.py

+ 1 - 1
step_question/apis/main.py

@@ -166,7 +166,7 @@ app.mount("/a1", StaticFiles(directory="static"), name="static")
 
 @app.get("/coffee")
 async def coffee():
-    val=random.randint()
+    val=random.randint(5,100)
     coffee='0'
     if val%2==0:
         coffee='1'