mirror of https://gitlab.com/bashrc2/epicyon
Always show over quota messages
parent
92c84c4dc2
commit
57306c798c
3
inbox.py
3
inbox.py
|
@ -2111,8 +2111,7 @@ def runInboxQueue(recentPostsCache: {},maxRecentPosts: int, \
|
|||
if domainMaxPostsPerDay>0:
|
||||
if quotasDaily['domains'].get(postDomain):
|
||||
if quotasDaily['domains'][postDomain]>domainMaxPostsPerDay:
|
||||
if debug:
|
||||
print('DEBUG: Maximum posts for '+postDomain+' reached')
|
||||
print('DEBUG: Quota - Maximum posts for '+postDomain+' reached')
|
||||
if len(queue)>0:
|
||||
queue.pop(0)
|
||||
continue
|
||||
|
|
Loading…
Reference in New Issue