Remove print of . character
as it does not work well with journald.
This commit is contained in:
parent
da0a9dad55
commit
50576ea41f
1 changed files with 0 additions and 2 deletions
|
|
@ -94,5 +94,3 @@ def poll():
|
|||
f.name, os.path.join(outgoing_dir, os.path.basename(f.name))
|
||||
)
|
||||
time.sleep(config["dialTime"])
|
||||
else:
|
||||
print(".", end="", flush=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue