|
@@ -11,7 +11,7 @@ import json,os
|
|
|
|
|
|
if __name__=='__main__':
|
|
if __name__=='__main__':
|
|
current_run_path = os.path.dirname(os.path.realpath(__file__))
|
|
current_run_path = os.path.dirname(os.path.realpath(__file__))
|
|
- with open(os.path.join(current_run_path,"account.example.json"), "r") as file:
|
|
|
|
|
|
+ with open(os.path.join(current_run_path,"account.json"), "r") as file:
|
|
data = json.load(file)
|
|
data = json.load(file)
|
|
owner=data["owner"]
|
|
owner=data["owner"]
|
|
token=data["token"]
|
|
token=data["token"]
|