Remove print of . character

as it does not work well with journald.
This commit is contained in:
Jakob Lechner 2023-12-24 16:14:42 +00:00
parent da0a9dad55
commit 50576ea41f
No known key found for this signature in database
GPG key ID: 996082EFB5906C10

View file

@ -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)