Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

Commit

Permalink
Dat quert
Browse files Browse the repository at this point in the history
  • Loading branch information
svenstaro committed Oct 27, 2013
1 parent 211600e commit 0b3dd4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flamejam/views/misc.py
Expand Up @@ -116,7 +116,7 @@ def statistics():
stats = {}

stats["total_jams"] = Jam.query.count()
stats["total_users"] = User.quert.count()
stats["total_users"] = User.query.count()

all_jam_users = 0
most_users_per_jam = 0
Expand Down

0 comments on commit 0b3dd4d

Please sign in to comment.