Skip to content

Commit

Permalink
delete: 検証時に使用していたホスト名を削除
Browse files Browse the repository at this point in the history
  • Loading branch information
takahashitom committed Sep 1, 2024
1 parent f689527 commit daffdea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/server/flask_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,7 @@ def send_run_log() -> jsonify:
else:
host = os.uname()[1]

# if host == "KatLabLaptop":
if host == "LAPTOP-UNI0BH6G": # 検証用
if host == "KatLabLaptop":
# ソケットを作成し、GoogleのDNSサーバ("8.8.8.8:80")
# に接続することで、IPアドレスを取得する。
# 参考: https://qiita.com/suzu12/items/b5c3d16aae55effb67c0
Expand Down

0 comments on commit daffdea

Please sign in to comment.