瀏覽代碼

bleh

tags/v0.1^2
Ben Kurtovic 12 年之前
父節點
當前提交
4939cd0456
共有 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 %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()


Loading…
取消
儲存