소스 검색

Gah!

tags/v0.1^2
Ben Kurtovic 12 년 전
부모
커밋
48c6b41a8d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      bot/commands/afc_status.py

+ 1
- 1
bot/commands/afc_status.py 파일 보기

@@ -80,7 +80,7 @@ class Command(BaseCommand):
agg_num = self.get_aggregate_number((subs, redirs, files))
aggregate = self.get_aggregate(agg_num)

msg = "Articles for creation {0} (\x0302AFC\x0301: \x0305{1}\x0301; \x0302AFC/R\x0301: \x0305{2}\x0301; \x0302FFU\x0301: \x0305{3}\x0301)"
msg = "Articles for creation {0} (\x0302AFC\x0301: \x0305{1}\x0301; \x0302AFC/R\x0301: \x0305{2}\x0301; \x0302FFU\x0301: \x0305{3}\x0301)."
return msg.format(aggregate, subs, redirs, files)

def count_submissions(self):


불러오는 중...
취소
저장