Преглед изворни кода

I'm not sure why I made this huge mistake but errrrghhhh.

tags/v0.1^2
Ben Kurtovic пре 13 година
родитељ
комит
3bb5228cbf
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      bot/commands/registration.py

+ 1
- 1
bot/commands/registration.py Прегледај датотеку

@@ -32,7 +32,7 @@ class Command(BaseCommand):
self.connection.reply(data, msg.format(name))
return

date = time.strftime("%b %m, %Y at %H:%M:%S UTC", reg)
date = time.strftime("%b %d, %Y at %H:%M:%S UTC", reg)
age = self.get_diff(time.mktime(reg), time.mktime(time.gmtime()))

g = user.gender()


Loading…
Откажи
Сачувај