social media crossposting tool. 3rd time's the charm
mastodon misskey crossposting bluesky

Update html.py

zenfyr.dev 76068466 93e2afea

verified
+2 -1
+2 -1
util/html.py
··· 117 117 if self._tag_stack.get('a'): 118 118 label, _attr = self._tag_stack.pop("a") 119 119 self._tag_stack["a"] = (label + data, _attr) 120 - return 120 + else: 121 + self.append_text(data) 121 122 122 123 def get_result(self) -> list[Token]: 123 124 if not self.tokens: