- Remove transfer credit html
This commit is contained in:
parent
6b6299ac06
commit
33119d26cd
@ -430,8 +430,8 @@ class CM_BOT:
|
|||||||
data=transfer_data,
|
data=transfer_data,
|
||||||
headers=self.transfer_credit_headers
|
headers=self.transfer_credit_headers
|
||||||
)
|
)
|
||||||
with open('transfer_credit.html', 'wb') as f:
|
# with open('transfer_credit.html', 'wb') as f:
|
||||||
f.write(response.content)
|
# f.write(response.content)
|
||||||
return True if re.search(r'Successfully saved the record\.', response.text) else False
|
return True if re.search(r'Successfully saved the record\.', response.text) else False
|
||||||
|
|
||||||
def get_user_credit(self):
|
def get_user_credit(self):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user