use DE queue to apply appointment request

This commit is contained in:
2024-03-14 17:20:01 +01:00
parent 83871f8e4b
commit 036e688f8b
5 changed files with 54 additions and 11 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ class Sender:
print("will publish to queue {}".format(new_coolies_str))
# upload the cookie to queue
self.cookiesPublisher.publish_body(new_coolies_str)
self.cookie_str = new_coolies_str
# self.cookie_str = new_coolies_str
return RequestResult.SUCCESS
else:
return RequestResult.BLOCKED