atomicshop 2.16.37__py3-none-any.whl → 2.16.38__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of atomicshop might be problematic. Click here for more details.
- atomicshop/__init__.py +1 -1
- atomicshop/wrappers/socketw/socket_client.py +1 -1
- {atomicshop-2.16.37.dist-info → atomicshop-2.16.38.dist-info}/METADATA +1 -1
- {atomicshop-2.16.37.dist-info → atomicshop-2.16.38.dist-info}/RECORD +7 -7
- {atomicshop-2.16.37.dist-info → atomicshop-2.16.38.dist-info}/LICENSE.txt +0 -0
- {atomicshop-2.16.37.dist-info → atomicshop-2.16.38.dist-info}/WHEEL +0 -0
- {atomicshop-2.16.37.dist-info → atomicshop-2.16.38.dist-info}/top_level.txt +0 -0
atomicshop/__init__.py
CHANGED
|
@@ -118,7 +118,7 @@ class SocketClient:
|
|
|
118
118
|
f"Should be connected - Reusing.")
|
|
119
119
|
# Since, restart the function each send_receive iteration, and there's still a connection we need to
|
|
120
120
|
# return the socket, or the socket object will be nullified in the next step.
|
|
121
|
-
return self.socket_instance
|
|
121
|
+
return self.socket_instance, None
|
|
122
122
|
|
|
123
123
|
# If 'dns_servers_list' was provided, we will resolve the domain to ip through these servers.
|
|
124
124
|
if self.dns_servers_list:
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
atomicshop/__init__.py,sha256=
|
|
1
|
+
atomicshop/__init__.py,sha256=UzoPJvYSWkcgbb6utU10RMAyutqGcdktQwV8ManJJD4,124
|
|
2
2
|
atomicshop/_basics_temp.py,sha256=6cu2dd6r2dLrd1BRNcVDKTHlsHs_26Gpw8QS6v32lQ0,3699
|
|
3
3
|
atomicshop/_create_pdf_demo.py,sha256=Yi-PGZuMg0RKvQmLqVeLIZYadqEZwUm-4A9JxBl_vYA,3713
|
|
4
4
|
atomicshop/_patch_import.py,sha256=ENp55sKVJ0e6-4lBvZnpz9PQCt3Otbur7F6aXDlyje4,6334
|
|
@@ -305,15 +305,15 @@ atomicshop/wrappers/socketw/get_process.py,sha256=aJC-_qFUv3NgWCSUzDI72E4z8_-VTZ
|
|
|
305
305
|
atomicshop/wrappers/socketw/receiver.py,sha256=XVvWOoeCo3vA0O5p19ryi-hcDIyx382WNG7WzMNVeYk,9322
|
|
306
306
|
atomicshop/wrappers/socketw/sender.py,sha256=vjgU1TaADJjaYiZOkLzfxcdCbmkvjhEhVjSV5mmIbw8,4969
|
|
307
307
|
atomicshop/wrappers/socketw/sni.py,sha256=J1kPnQ77XwKN1pO5aOI1c_VfhuivCm95OOaQxMpPuZ0,17627
|
|
308
|
-
atomicshop/wrappers/socketw/socket_client.py,sha256=
|
|
308
|
+
atomicshop/wrappers/socketw/socket_client.py,sha256=zDX7M3KfUOn0tXR92gZ119HVFgA8N_0ppQxfxVqNvKc,19867
|
|
309
309
|
atomicshop/wrappers/socketw/socket_server_tester.py,sha256=Qobmh4XV8ZxLUaw-eW4ESKAbeSLecCKn2OWFzMhadk0,6420
|
|
310
310
|
atomicshop/wrappers/socketw/socket_wrapper.py,sha256=WtylpezgIIBuz-A6PfM0hO1sm9Exd4j3qhDXcFc74-E,35567
|
|
311
311
|
atomicshop/wrappers/socketw/ssl_base.py,sha256=kmiif84kMhBr5yjQW17p935sfjR5JKG0LxIwBA4iVvU,2275
|
|
312
312
|
atomicshop/wrappers/socketw/statistics_csv.py,sha256=w1AH-zf4mBuT4euf28UKij9ihM-b1BRU9Qfby0QDdqI,2957
|
|
313
313
|
atomicshop/wrappers/winregw/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
314
314
|
atomicshop/wrappers/winregw/winreg_network.py,sha256=bQ8Jql8bVGBJ0dt3VQ56lga_1LBOMLI3Km_otvvbU6c,7138
|
|
315
|
-
atomicshop-2.16.
|
|
316
|
-
atomicshop-2.16.
|
|
317
|
-
atomicshop-2.16.
|
|
318
|
-
atomicshop-2.16.
|
|
319
|
-
atomicshop-2.16.
|
|
315
|
+
atomicshop-2.16.38.dist-info/LICENSE.txt,sha256=lLU7EYycfYcK2NR_1gfnhnRC8b8ccOTElACYplgZN88,1094
|
|
316
|
+
atomicshop-2.16.38.dist-info/METADATA,sha256=9X8gvogTkh8eb7rNY2gJgWalFHxpMdPmNxkDkSBv6SM,10473
|
|
317
|
+
atomicshop-2.16.38.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
318
|
+
atomicshop-2.16.38.dist-info/top_level.txt,sha256=EgKJB-7xcrAPeqTRF2laD_Np2gNGYkJkd4OyXqpJphA,11
|
|
319
|
+
atomicshop-2.16.38.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|