Update main.py

This commit is contained in:
Saifeddine ALOUI 2024-01-16 10:21:39 +01:00 committed by GitHub
parent 1666941630
commit e3d5b52068
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -117,7 +117,6 @@ def main():
try:
response = requests.request(self.command, min_queued_server[1]['url'] + path, params=get_params, data=post_params)
self._send_response(response)
self.wfile.write(response.content)
finally:
que.get_nowait()
else: