Update presets.py

main
witchdocsec 2024-05-15 22:17:25 +01:00 committed by GitHub
parent d19f766e3d
commit cb348d4ea0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@ Session = sessionmaker(bind=engine)
session = Session()
def make_preset(name,browser,url,userfield,passwordfield,formnumber,targeturl):
print(url)
p=Preset(name,browser,url,userfield,passwordfield,int(formnumber),targeturl)
try:
session.add(p)