Skip to content

Commit 3caf6a8

Browse files
pass ruff check
通过流氓检查
1 parent 571618c commit 3caf6a8

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

examples/simple_fingerprint_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class TestFingerprint:
2424

2525
@pytest.mark.asyncio
2626
async def test_fingerprints_are_unique(self):
27-
"""Test if fingerprints generated from multiple browser instances
27+
"""Test if fingerprints generated from multiple browser instances
2828
are unique"""
2929
print("\nStarting to test pydoll fingerprint spoofing functionality"
3030
"...")
@@ -65,7 +65,7 @@ async def test_fingerprints_are_unique(self):
6565
]
6666
print(f" Appears in instances: {indices}")
6767

68-
# Show detailed information for instances using the same
68+
# Show detailed information for instances using the same
6969
# fingerprint
7070
print(" Details:")
7171
for idx in indices:

pydoll/browser/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ def _get_default_binary_location(self) -> str:
621621

622622
def _apply_fingerprint_spoofing(self):
623623
"""
624-
Apply fingerprint spoofing, generate and set a unique browser
624+
Apply fingerprint spoofing, generate and set a unique browser
625625
fingerprint
626626
627627
Returns:

pydoll/browser/fingerprint.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ class FingerprintGenerator:
99
"""
1010
Class for generating browser fingerprint spoofing data.
1111
12-
This class is responsible for generating unique browser fingerprints for
13-
each session to disguise the browser environment and avoid tracking and
14-
fingerprint identification.
12+
This class is responsible for generating unique browser fingerprints
13+
for each session to disguise the browser environment and avoid tracking
14+
and fingerprint identification.
1515
"""
1616

1717
# Common operating system list

0 commit comments

Comments
 (0)