marzban 0.1.5__py3-none-any.whl → 0.1.6__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.
- marzban/__init__.py +1 -1
- marzban/models.py +1 -1
- {marzban-0.1.5.dist-info → marzban-0.1.6.dist-info}/METADATA +1 -1
- marzban-0.1.6.dist-info/RECORD +8 -0
- marzban-0.1.5.dist-info/RECORD +0 -8
- {marzban-0.1.5.dist-info → marzban-0.1.6.dist-info}/LICENSE +0 -0
- {marzban-0.1.5.dist-info → marzban-0.1.6.dist-info}/WHEEL +0 -0
- {marzban-0.1.5.dist-info → marzban-0.1.6.dist-info}/top_level.txt +0 -0
marzban/__init__.py
CHANGED
marzban/models.py
CHANGED
@@ -138,7 +138,7 @@ class CoreStats(BaseModel):
|
|
138
138
|
|
139
139
|
class UserModify(BaseModel):
|
140
140
|
proxies: Optional[Dict[str, ProxySettings]] = {}
|
141
|
-
expire: Optional[int]
|
141
|
+
expire: Optional[int] = 0
|
142
142
|
data_limit: Optional[int] = 0
|
143
143
|
data_limit_reset_strategy: Optional[str] = "no_reset"
|
144
144
|
inbounds: Optional[Dict[str, List[str]]] = {}
|
@@ -0,0 +1,8 @@
|
|
1
|
+
marzban/__init__.py,sha256=CB8qEgjtBB7d2a7PerWusTdQxB11nkxFQDZlhwgepwc,72
|
2
|
+
marzban/api.py,sha256=kcA60qyG7d1l3lXl5K3MI590DLfLcCi8z42DndwnyDU,12457
|
3
|
+
marzban/models.py,sha256=Ixgifwhn0gbDb5QN1ssSI1NIQARrxXBQNtgceVgWHnw,4987
|
4
|
+
marzban-0.1.6.dist-info/LICENSE,sha256=e7OchdHfXoz2OZRHj8iltLIKYwdri9J4_9PMEnov418,1061
|
5
|
+
marzban-0.1.6.dist-info/METADATA,sha256=WdnXPLiyQVgs-5NsGuMIrBPgHY-B-_nUs2T4VAjIOQQ,1111
|
6
|
+
marzban-0.1.6.dist-info/WHEEL,sha256=mguMlWGMX-VHnMpKOjjQidIo1ssRlCFu4a4mBpz1s2M,91
|
7
|
+
marzban-0.1.6.dist-info/top_level.txt,sha256=KUmBWzTarBlzw2GZOuk-d-jM2GU4zPWo1iwvW_mXS-c,8
|
8
|
+
marzban-0.1.6.dist-info/RECORD,,
|
marzban-0.1.5.dist-info/RECORD
DELETED
@@ -1,8 +0,0 @@
|
|
1
|
-
marzban/__init__.py,sha256=8PMEY3g5mvh-KvtrfSZrWbELxTa2_4Fmf0IaS5O6dxY,72
|
2
|
-
marzban/api.py,sha256=kcA60qyG7d1l3lXl5K3MI590DLfLcCi8z42DndwnyDU,12457
|
3
|
-
marzban/models.py,sha256=NgtIYxP6x_07KJLyGkqe8JVdian7OoG3FEk2WbaRhes,4983
|
4
|
-
marzban-0.1.5.dist-info/LICENSE,sha256=e7OchdHfXoz2OZRHj8iltLIKYwdri9J4_9PMEnov418,1061
|
5
|
-
marzban-0.1.5.dist-info/METADATA,sha256=rVm8nfrSIj1DerirhfhdhlDNfVM0sJMYS_-CBioL2eg,1111
|
6
|
-
marzban-0.1.5.dist-info/WHEEL,sha256=mguMlWGMX-VHnMpKOjjQidIo1ssRlCFu4a4mBpz1s2M,91
|
7
|
-
marzban-0.1.5.dist-info/top_level.txt,sha256=KUmBWzTarBlzw2GZOuk-d-jM2GU4zPWo1iwvW_mXS-c,8
|
8
|
-
marzban-0.1.5.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|