mirror of
https://github.com/nikdoof/tvorganise.git
synced 2025-12-13 14:52:17 +00:00
PEP8'ing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user