summaryrefslogtreecommitdiff
path: root/hello-fusepy.py
diff options
context:
space:
mode:
Diffstat (limited to 'hello-fusepy.py')
-rw-r--r--hello-fusepy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hello-fusepy.py b/hello-fusepy.py
index 366700b..2d491b0 100644
--- a/hello-fusepy.py
+++ b/hello-fusepy.py
@@ -22,7 +22,7 @@ class APIChoice(enum.Enum):
MASTODON = "Mastodon"
-api_url_template_ap = "https://{server}/users/{user}/outbox?min_id=0&page=true"
+api_url_ap_template = "https://{server}/users/{user}/outbox?page=true"
class Status(object):