|
|
@ -6,7 +6,7 @@ import time
|
|
|
|
broker = '121.40.129.71'
|
|
|
|
broker = '121.40.129.71'
|
|
|
|
port = 48835
|
|
|
|
port = 48835
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
print(os.getcwd())
|
|
|
|
|
|
|
|
|
|
|
|
with open("smp_coder/user.txt", "r") as f:
|
|
|
|
with open("smp_coder/user.txt", "r") as f:
|
|
|
|
user_id = f.read().strip()
|
|
|
|
user_id = f.read().strip()
|
|
|
|