Commit 6346878d authored by Barry Warsaw's avatar Barry Warsaw

fixed initial color

parent 77938298
......@@ -75,7 +75,7 @@ def keepalive():
def main():
global app
initialcolor = (128, 128, 128)
initialcolor = 'grey50'
try:
opts, args = getopt.getopt(sys.argv[1:],
'hc:',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment