|
@@ -166,9 +166,9 @@ class XNGZH(object):
|
|
|
with open(file_path, 'r') as file:
|
|
|
content = file.read()
|
|
|
if content and content[-1] != ',':
|
|
|
- m_id = ',' + str(m_id)
|
|
|
+ pq_uid = ',' + str(pq_uid)
|
|
|
with open(file_path, 'a') as file:
|
|
|
- file.write(m_id)
|
|
|
+ file.write(pq_uid)
|
|
|
with open(file_path, 'r') as file:
|
|
|
content = file.read()
|
|
|
time.sleep(1)
|