fixed initial color

This commit is contained in:
Barry Warsaw 1998-02-12 19:53:01 +00:00
parent 4b0d67d592
commit f7e4793660
1 changed files with 1 additions and 1 deletions

View File

@ -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:',