fix: improve codes

This commit is contained in:
2025-09-18 22:50:50 +08:00
parent aacecdedce
commit 0833cd586f
4 changed files with 15 additions and 16 deletions

View File

@@ -23,7 +23,7 @@ if __name__ == "__main__":
import os
if not os.path.exists("config.json"):
exit
exit()
config = load_file_json("config.json")
print("Config data type: " + str(type(config)))
print("Config data content: " + str(config))