diff --git a/cm_bot.py b/cm_bot.py index 1c37193..ad9ea94 100644 --- a/cm_bot.py +++ b/cm_bot.py @@ -430,8 +430,8 @@ class CM_BOT: data=transfer_data, headers=self.transfer_credit_headers ) - with open('transfer_credit.html', 'wb') as f: - f.write(response.content) + # with open('transfer_credit.html', 'wb') as f: + # f.write(response.content) return True if re.search(r'Successfully saved the record\.', response.text) else False def get_user_credit(self):