summaryrefslogtreecommitdiff
path: root/cat.py
diff options
context:
space:
mode:
Diffstat (limited to 'cat.py')
-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.