コード例 #1
0
ファイル: statistics.py プロジェクト: liesen/wordfeudbot
def increment_win_count():
    counters.incr('win_count')
コード例 #2
0
ファイル: statistics.py プロジェクト: liesen/wordfeudbot
def increment_tie_count():
    counters.incr('tie_count')
コード例 #3
0
ファイル: statistics.py プロジェクト: liesen/wordfeudbot
def increment_lose_count():
    counters.incr('lose_count')
コード例 #4
0
def increment_win_count():
    counters.incr('win_count')
コード例 #5
0
def increment_tie_count():
    counters.incr('tie_count')
コード例 #6
0
def increment_lose_count():
    counters.incr('lose_count')