log to stderr
continuous-integration/drone/push Build is passing Details

pictuga 2022-01-25 22:42:18 +01:00
parent 4f2895f931
commit 2fe1e017fd
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ def log(txt):
else:
# when using internal server or cli
print(repr(txt))
print(repr(txt), file=sys.stderr)
def len_html(txt):