Skip to content
This repository was archived by the owner on May 17, 2022. It is now read-only.

Commit 80caa45

Browse files
committed
Merge branch 'main' of https://github.com/bsimjoo/Telegram-RSS-Bot into release
2 parents de1f61c + 1d14a23 commit 80caa45

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ def my_level(u: Update, c: CallbackContext):
187187
if u.effective_user.id == self.ownerID:
188188
u.message.reply_text(
189189
'Oh, my lord. I respect you. new version2!')
190-
raise NotImplementedError('test')
191190
elif u.effective_user.id in self.adminID:
192191
u.message.reply_text('Oh, my admin. Hi, How are you?')
193192

0 commit comments

Comments
 (0)