mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-05 08:46:20 +01:00
Update toolbar status
This commit is contained in:
parent
707b607bee
commit
23070e979f
2 changed files with 5 additions and 5 deletions
|
@ -546,7 +546,7 @@ class Initialization(object):
|
|||
try:
|
||||
with open("{0}{1}".format(path, archive), "w") as f:
|
||||
for line in contents_txt.splitlines():
|
||||
status(0.00005)
|
||||
status(0.00003)
|
||||
f.write(line + "\n")
|
||||
f.close()
|
||||
except KeyboardInterrupt:
|
||||
|
|
Loading…
Add table
Reference in a new issue