Skip to content

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Debian Live user committed Feb 10, 2018
1 parent d9813a0 commit 1ad03c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dal.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def get_top_hashtags(self, limit=10, recent_count=100000, nobots=True):
FROM recentchanges) - ?
JOIN hashtags AS ht
ON ht.ht_id = htrc.ht_id
WHERE ht.ht_text REGEXP '[\p{L}]+{1}[\p{L}\p{D}]+'
WHERE ht.ht_text REGEXP '[\p{L}]+{1}[\p{L}\p{N}]+'
AND ht.ht_text NOT IN (%s)
%s
GROUP BY ht.ht_text
Expand Down

0 comments on commit 1ad03c6

Please sign in to comment.