mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Made to index from 1 instead of 0.
This commit is contained in:
parent
4eaec74eea
commit
88b3d63026
@ -337,7 +337,7 @@ class Factoids(ChannelDBHandler, callbacks.Privmsg):
|
||||
ORDER BY id""", id)
|
||||
factoids = cursor.fetchall()
|
||||
L = []
|
||||
counter = 0
|
||||
counter = 1
|
||||
for (added_by, added_at) in factoids:
|
||||
added_at = time.strftime(conf.humanTimestampFormat,
|
||||
time.localtime(int(added_at)))
|
||||
|
Loading…
Reference in New Issue
Block a user