Merge branch 'feature/test_get_cookie' of bitbucket.org:panleicim/appointment_request into feature/test_get_cookie
This commit is contained in:
@@ -95,7 +95,9 @@ class LinkValidator(threading.Thread):
|
||||
print("will ack")
|
||||
ch.basic_ack(delivery_tag=method.delivery_tag)
|
||||
else:
|
||||
print("empty list")
|
||||
print("empty list, no need to ack")
|
||||
time.sleep(60)
|
||||
ch.basic_reject(delivery_tag=method.delivery_tag, requeue=True)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
@@ -30,4 +30,5 @@ DE_PROXY_RES = {
|
||||
}
|
||||
# FR_PROXY_MOBILE
|
||||
# FR_PROXY_RES
|
||||
PROXY_LIST = [FR_PROXY_MOBILE, FR_PROXY_RES, DE_PROXY_RES, DE_PROXY_MOBILE, ES_PROXY_MOBILE, IT_PROXY_MOBILE]
|
||||
# PROXY_LIST = [FR_PROXY_MOBILE, FR_PROXY_RES, DE_PROXY_RES, DE_PROXY_MOBILE, ES_PROXY_MOBILE, IT_PROXY_MOBILE]
|
||||
PROXY_LIST = [FR_PROXY_MOBILE, FR_PROXY_RES]
|
||||
|
||||
Reference in New Issue
Block a user