mirror of https://github.com/python/cpython.git
fixed initial color
This commit is contained in:
parent
4b0d67d592
commit
f7e4793660
|
@ -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:',
|
||||
|
|
Loading…
Reference in New Issue