This website works better with JavaScript.
Почетна
Помоћ
Пријавите Се
ben
/
earwigbot
огледало од
https://github.com/earwig/earwigbot
Прати
1
Волим
1
Креирај огранак
0
Код
Издања
4
Activity
Преглед изворни кода
Allow reminder IDs to be lowercase.
tags/v0.2
Ben Kurtovic
пре 10 година
родитељ
c15303290b
комит
700b57de1c
1 измењених фајлова
са
1 додато
и
0 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
earwigbot/commands/remind.py
+ 1
- 0
earwigbot/commands/remind.py
Прегледај датотеку
@@ -79,6 +79,7 @@ class Remind(Command):
Raises IndexError on failure.
"""
rid = rid.upper()
if user not in self.reminders:
raise IndexError(rid)
return [robj for robj in self.reminders[user] if robj.id == rid][0]
Write
Preview
Loading…
Откажи
Сачувај