git.99rst.org
/
mullvad-wg-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
812c439
)
Add signature to cached property function
author
xliang
<redacted>
Sat, 15 Mar 2025 04:36:29 +0000
(21:36 -0700)
committer
kalken
<redacted>
Tue, 18 Mar 2025 10:47:28 +0000
(11:47 +0100)
wg-mullvad.py
patch
|
blob
|
history
diff --git
a/wg-mullvad.py
b/wg-mullvad.py
index 84eefdc4b3fa9280d4c3c6168d774df8c4775ed5..39268b39abfca21c0d6748453d0ae0893be468bc 100755
(executable)
--- a/
wg-mullvad.py
+++ b/
wg-mullvad.py
@@
-57,7
+57,7
@@
class MullvadApi:
return self._api(f'{MullvadApi.HOST}/accounts/v1/devices')
@functools.cached_property
- def web_token(self):
+ def web_token(self)
-> str
:
body = {
'account_number': self.account_number,
}
git clone https://git.99rst.org/PROJECT