Skip to content

Commit

Permalink
oops :(
Browse files Browse the repository at this point in the history
  • Loading branch information
raj454raj committed Aug 24, 2019
1 parent bc3e894 commit 0300cec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -174,7 +174,7 @@ The project also depends on a number of other open source packages, some of whic
> Email: admin@stopstalk.com, contactstopstalk@gmail.com, raj454raj@gmail.com
> Creator Website: http://raj454raj.com
> Creator Website: http://raj454raj.me
## Social Links

Expand Down
2 changes: 1 addition & 1 deletion modules/utilities.py
Expand Up @@ -791,7 +791,7 @@ def compute_trending_table(submissions_list, table_type, user_id=None):
cid = submission.custom_user_id
problem_id = submission.problem_id

if plink not in problems_dict:
if problem_id not in problems_dict:
problems_dict[problem_id] = {"name": pname,
"total_submissions": 0,
"users": set([]),
Expand Down

0 comments on commit 0300cec

Please sign in to comment.