BRITISH COLOURS

master
Iggy 2020-10-15 05:31:01 +01:00 committed by GitHub
parent b27f853677
commit 7211b50d8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ class Watcher:
def update_anime(self, anime):
if not hasattr(anime, 'colours'):
colours = {
'watching': 'blue',
'watching': 'cyan',
'completed': 'green',
'dropped': 'red',
'planned': 'yellow',