mirror of
https://github.com/Mooling0602/MatrixPyBridge-MCDR.git
synced 2026-03-01 13:39:43 +08:00
fix: improve codes
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user