mirror of
https://github.com/nikdoof/tvorganise.git
synced 2025-12-13 06:42:16 +00:00
Accidently set colours for seasons with missing episodes to the same colours as valid seasons. It is now red.
This commit is contained in:
@@ -192,7 +192,7 @@ if valid.__len__() > 0:
|
||||
if missing_eps.__len__() == 0:
|
||||
cur_colour = "blue"
|
||||
else:
|
||||
cur_colour = "blue"
|
||||
cur_colour = "red"
|
||||
|
||||
# Print season title in above colour.
|
||||
print "\t",colour("Season " + str(seas),colour=cur_colour)
|
||||
|
||||
Reference in New Issue
Block a user