Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f7e4793

Browse files
committed
fixed initial color
1 parent 4b0d67d commit f7e4793

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tools/pynche/Main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def keepalive():
7575
def main():
7676
global app
7777

78-
initialcolor = (128, 128, 128)
78+
initialcolor = 'grey50'
7979
try:
8080
opts, args = getopt.getopt(sys.argv[1:],
8181
'hc:',

0 commit comments

Comments
 (0)