From 8406b8a9619caea3c3732aa68749f86fd5ec137f Mon Sep 17 00:00:00 2001 From: oloturia <5429234+oloturia@users.noreply.github.com> Date: Fri, 29 Oct 2021 15:08:56 +0200 Subject: [PATCH] typo --- damastodon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/damastodon.py b/damastodon.py index d8739b3..08c000d 100755 --- a/damastodon.py +++ b/damastodon.py @@ -11,7 +11,7 @@ import re import sys api_url = sys.argv[1] -save_position = "/tmp" +save_position = "/tmp/" CLEANR = re.compile('<.*?>') botname = "@damastodon "