Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b0d67d commit f7e4793Copy full SHA for f7e4793
1 file changed
Tools/pynche/Main.py
@@ -75,7 +75,7 @@ def keepalive():
75
def main():
76
global app
77
78
- initialcolor = (128, 128, 128)
+ initialcolor = 'grey50'
79
try:
80
opts, args = getopt.getopt(sys.argv[1:],
81
'hc:',
0 commit comments