barcode sel stten5
This commit is contained in:
parent
139371a1e6
commit
702c89f750
|
|
@ -32,7 +32,6 @@ $* 2> >(sed $'s/.*/\e[31m&\e[m/' >&2) # &
|
|||
# --about \
|
||||
# --archive \
|
||||
# --auto-login-user \
|
||||
# --autotests-archive \
|
||||
# --camera-edits \
|
||||
# --enable-saving-tecna-recipes \
|
||||
# --fail-vision \
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ logging.basicConfig(
|
|||
handlers=[
|
||||
logging.StreamHandler(stream=sys.stderr),
|
||||
logging.FileHandler(
|
||||
logs_dir / f"{datetime.now().isoformat().replace(':', ';')}.log",
|
||||
logs_dir / f"{datetime.now().isoformat().replace(':', '_')}.log",
|
||||
mode="a",
|
||||
encoding="utf-8",
|
||||
delay=False,
|
||||
|
|
|
|||
|
|
@ -70,11 +70,6 @@
|
|||
<string>Archivio</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="autotests_archive_a">
|
||||
<property name="text">
|
||||
<string>Archivio autotest</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="quit_a">
|
||||
<property name="text">
|
||||
<string>Esci</string>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user