diff --git a/checkTvEps.py b/checkTvEps.py index ddc5aac..3badda7 100755 --- a/checkTvEps.py +++ b/checkTvEps.py @@ -2,8 +2,8 @@ #encoding:utf-8 import os, sys -def colour(text,colour="red"): - nocolour=False +def colour(text, colour="red"): + nocolour = False if nocolour: # Colour no supported, return plain text return text #end if