remove uploaded file

This commit is contained in:
2017-08-08 23:00:29 +08:00
parent 1e970c89c7
commit f47d62eeaf

View File

@ -217,7 +217,7 @@ class kuser:
reply_markup=ReplyKeyboardMarkup(keyboard=[
[KeyboardButton(text="回主畫面🏠"), KeyboardButton(text="回到題目📜")]
]))
os.remove('answers/' + self.username + self.question + '.c')
def fail_send(self):
self.status = '正常使用'