This commit is contained in:
piair
2022-11-05 15:30:55 +01:00
parent 11eaa5189a
commit f668c49e09
3 changed files with 26 additions and 35 deletions

View File

@ -1,3 +1,5 @@
from selenium.common.exceptions import TimeoutException, NoSuchElementException, ElementClickInterceptedException
class Banned(Exception):
pass