enable post to check :/

This commit is contained in:
Omar Sánchez
2021-10-15 14:22:59 +02:00
parent 585a8b9a5d
commit 814efd2391

View File

@@ -140,7 +140,7 @@ class AutoFicher():
response = None
if not args.debug:
print("####HACIENDO CHECK####")
##response = self.post("check", data, self.headers)
response = self.post("check", data, self.headers)
try:
rj = json.loads(response.text)