aggiunto il commento da PEP8

This commit is contained in:
negentropy 2023-10-24 16:59:55 +02:00
parent 1b6fe0148e
commit dbc39fee5b
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ from selenium.webdriver.support.ui import WebDriverWait
from urllib.parse import urlparse from urllib.parse import urlparse
from urllib.parse import urlencode from urllib.parse import urlencode
# WAFBypass class
class WAFBypass(): class WAFBypass():
code = "window.alert_trigger = false;window.alert = function() {window.alert_trigger = true;}" code = "window.alert_trigger = false;window.alert = function() {window.alert_trigger = true;}"