vk and reddit should work without credentials but log the error

pull/318/head
msramalho 2025-06-10 16:44:14 +01:00
rodzic 22bd8727df
commit fdbe96f2e4
Nie znaleziono w bazie danych klucza dla tego podpisu
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -29,6 +29,7 @@ class RedditDropin(Dropin):
self.sb.open(url)
return True
@logger.catch
def _login(self):
self.sb.click_link_text("Log in")
self.sb.wait_for_ready_state_complete()

Wyświetl plik

@ -37,6 +37,7 @@ class VkDropin(Dropin):
self.sb.open(url)
return True
@logger.catch
def _login(self) -> bool:
# TODO: test method
self.sb.open("https://vk.com")