@@ -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'