Skip to content

Commit

Permalink
Update telecom_monitor.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Cp0204 authored Jul 23, 2024
1 parent b932fca commit 3225c75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions telecom_monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ def main():
print(f"⚙️ 正从 {CONFIG_PATH} 文件中读取配置")
with open(CONFIG_PATH, "r", encoding="utf-8") as file:
CONFIG_DATA = json.load(file)
if not CONFIG_DATA.get("user"):
CONFIG_DATA["user"] = {}
if not CONFIG_DATA.get("user"):
CONFIG_DATA["user"] = {}

telecom = Telecom()

Expand Down

0 comments on commit 3225c75

Please sign in to comment.