diff options
Diffstat (limited to 'cat.py')
| -rw-r--r-- | cat.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
