Update _pyren_launcher.py
log & dump True when using for the first time
This commit is contained in:
parent
a368c47661
commit
cc1ab18e4e
@ -183,11 +183,11 @@ class settings():
|
|||||||
lang = 'RU'
|
lang = 'RU'
|
||||||
speed = '38400'
|
speed = '38400'
|
||||||
logName = 'log.txt'
|
logName = 'log.txt'
|
||||||
log = False
|
log = True
|
||||||
cfc = False
|
cfc = False
|
||||||
n1c = False
|
n1c = False
|
||||||
si = False
|
si = False
|
||||||
dump = False
|
dump = True
|
||||||
can2 = False
|
can2 = False
|
||||||
options = ''
|
options = ''
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user