summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTianhao Wang <shrik3@riseup.net>2023-03-29 15:38:36 +0200
committerTianhao Wang <shrik3@riseup.net>2023-03-29 15:38:36 +0200
commitc2a9aee2ae71cd926003493b6a49ed2ded7710f5 (patch)
treecfbd0240d7dd9550987c5217e62345953e4432b8
parenta05d9ccfd06059aef9ebd2608f16fc0953cf5ab1 (diff)
fix typo
-rw-r--r--cat.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cat.py b/cat.py
index 75da443..36659ed 100644
--- a/cat.py
+++ b/cat.py
@@ -52,7 +52,7 @@ class VnilCat:
exit()
self.intimacy = {}
print("[booting] init intimacy")
- self.update_intimacy()
+ self.update_intimacy(self)
# try to fetch the lastest status from the timeline
# so that we can skip the ones before we start.