Commit 290167fc authored by EN1AK's avatar EN1AK Committed by GitHub

Update guess_card_game.py

parent 7235fd83
......@@ -33,7 +33,7 @@ def filter_db(mode):
# all
return db
db = load_card_database()
@app.route("/", methods=["GET", "POST"])
def start():
"""游戏开始前,选择卡牌范围和猜测次数"""
......@@ -233,7 +233,7 @@ def suggest():
if __name__ == "__main__":
db = load_card_database()
host = "0.0.0.0"
port = int(os.environ.get("PORT", 5000))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment