mirror of
https://github.com/nikdoof/tvorganise.git
synced 2025-12-13 06:42:16 +00:00
PEP8'ing
This commit is contained in:
@@ -2,8 +2,8 @@
|
|||||||
#encoding:utf-8
|
#encoding:utf-8
|
||||||
import os, sys
|
import os, sys
|
||||||
|
|
||||||
def colour(text,colour="red"):
|
def colour(text, colour="red"):
|
||||||
nocolour=False
|
nocolour = False
|
||||||
if nocolour: # Colour no supported, return plain text
|
if nocolour: # Colour no supported, return plain text
|
||||||
return text
|
return text
|
||||||
#end if
|
#end if
|
||||||
|
|||||||
Reference in New Issue
Block a user