mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Anonymous User color tweak in logging.
This commit is contained in:
parent
9f4cdf2288
commit
c1d1067c31
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ def colorize(msg):
|
|||
r'\-\-\->' : '~FB~SB--->~FW',
|
||||
r'\*\*\*>' : '~FB~SB~BB--->~BT~FW',
|
||||
r'\[' : '~SB~FB[~SN~FM',
|
||||
r'AnonymousUser' : '~FB',
|
||||
r'AnonymousUser' : '~FBAnonymousUser',
|
||||
r'\]' : '~FB~SB]~FW~SN',
|
||||
}
|
||||
colors = {
|
||||
|
|
Loading…
Add table
Reference in a new issue