Merge pull request #46 from kxynos/kxynos-patch-fix36-2

Check if param is null
pull/47/head
Swissky 2023-03-29 10:26:51 +02:00 committed by GitHub
commit cd7536ecae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ class Requester(object):
# Handle FORM data
else:
if param == '': data_injected = value
r = requests.post(
self.protocol + "://" + self.host + self.action,
headers=self.headers,