Ben Kurtovic před 12 roky
rodič
revize
4939cd0456
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      bot/commands/registration.py

+ 1
- 1
bot/commands/registration.py Zobrazit soubor

@@ -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 %Z", reg)
date = time.strftime("%b %m, %Y at %H:%M:%S UTC", reg)
age = self.get_diff(time.mktime(reg), time.mktime(time.gmtime()))

g = user.gender()


Načítá se…
Zrušit
Uložit