Fixed the class definition - thank you Lucky P for pointing this out!

This commit is contained in:
Edward Donner
2024-10-17 12:55:12 -04:00
parent 11b0a64542
commit ced435c95a

View File

@@ -64,6 +64,7 @@
" title: str\n", " title: str\n",
" body: str\n", " body: str\n",
" links: List[str]\n", " links: List[str]\n",
" text: str\n",
"\n", "\n",
" def __init__(self, url):\n", " def __init__(self, url):\n",
" self.url = url\n", " self.url = url\n",