Kaydet (Commit) f7e47936 authored tarafından Barry Warsaw's avatar Barry Warsaw

fixed initial color

üst 4b0d67d5
......@@ -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