Compare commits
No commits in common. "38226f149ac7d227445b2524d9b97d90c4e00046" and "75d026651a8ec898d3bbc718406c89d4792dd35e" have entirely different histories.
38226f149a
...
75d026651a
2 changed files with 3 additions and 2 deletions
|
|
@ -37,7 +37,7 @@ def get_from_server_and_save(
|
||||||
|
|
||||||
if status == True:
|
if status == True:
|
||||||
# extract:
|
# extract:
|
||||||
public_key = public_key_results.get("data", False)
|
public_key = public_key_results.get("valid", False)
|
||||||
|
|
||||||
# save it:
|
# save it:
|
||||||
did_it_save = write_string_to_text_file(public_key, file_path)
|
did_it_save = write_string_to_text_file(public_key, file_path)
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[project]
|
[project]
|
||||||
name = "sp-hydra-veil-core"
|
name = "sp-hydra-veil-core"
|
||||||
version = "2.3.1"
|
version = "2.3.0"
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "Simplified Privacy" },
|
{ name = "Simplified Privacy" },
|
||||||
]
|
]
|
||||||
|
|
@ -15,6 +15,7 @@ dependencies = [
|
||||||
"cryptography ~= 46.0.3",
|
"cryptography ~= 46.0.3",
|
||||||
"dataclasses-json ~= 0.6.7",
|
"dataclasses-json ~= 0.6.7",
|
||||||
"marshmallow ~= 3.26.1",
|
"marshmallow ~= 3.26.1",
|
||||||
|
"psutil ~= 7.1.3",
|
||||||
"pysocks ~= 1.7.1",
|
"pysocks ~= 1.7.1",
|
||||||
"python-dateutil ~= 2.9.0.post0",
|
"python-dateutil ~= 2.9.0.post0",
|
||||||
"requests ~= 2.32.5",
|
"requests ~= 2.32.5",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue