diff options
| author | Tianhao Wang <shrik3@riseup.net> | 2023-03-29 15:38:36 +0200 |
|---|---|---|
| committer | Tianhao Wang <shrik3@riseup.net> | 2023-03-29 15:38:36 +0200 |
| commit | c2a9aee2ae71cd926003493b6a49ed2ded7710f5 (patch) | |
| tree | cfbd0240d7dd9550987c5217e62345953e4432b8 | |
| parent | a05d9ccfd06059aef9ebd2608f16fc0953cf5ab1 (diff) | |
fix typo
| -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. |
