cherrypy-foundation 1.0.0a18__py3-none-any.whl → 1.0.0a19__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.
- cherrypy_foundation/tools/ratelimit.py +1 -1
- {cherrypy_foundation-1.0.0a18.dist-info → cherrypy_foundation-1.0.0a19.dist-info}/METADATA +1 -1
- {cherrypy_foundation-1.0.0a18.dist-info → cherrypy_foundation-1.0.0a19.dist-info}/RECORD +6 -6
- {cherrypy_foundation-1.0.0a18.dist-info → cherrypy_foundation-1.0.0a19.dist-info}/WHEEL +0 -0
- {cherrypy_foundation-1.0.0a18.dist-info → cherrypy_foundation-1.0.0a19.dist-info}/licenses/LICENSE.md +0 -0
- {cherrypy_foundation-1.0.0a18.dist-info → cherrypy_foundation-1.0.0a19.dist-info}/top_level.txt +0 -0
|
@@ -198,7 +198,7 @@ class Ratelimit(cherrypy.Tool):
|
|
|
198
198
|
if delay <= 0:
|
|
199
199
|
raise ValueError('Invalid delay: %s' % delay)
|
|
200
200
|
if limit <= 0:
|
|
201
|
-
|
|
201
|
+
return
|
|
202
202
|
|
|
203
203
|
# Check if this 'method' should be rate limited
|
|
204
204
|
request = cherrypy.request
|
|
@@ -109,7 +109,7 @@ cherrypy_foundation/tools/auth.py,sha256=WRXiZdRXJcd4uZFDb8DAGX-ySqiYytdWyjiQiLZ
|
|
|
109
109
|
cherrypy_foundation/tools/auth_mfa.py,sha256=hDwfKc2zFY3bxOm1JRLLFQRXVPL9atBQ-PEwQTEQUww,9579
|
|
110
110
|
cherrypy_foundation/tools/i18n.py,sha256=f4m9fc2FKtcdUpXgnLXzhoipn4oLDuHY94Vv3KPSfp0,17126
|
|
111
111
|
cherrypy_foundation/tools/jinja2.py,sha256=hTiOepdb7kyDEqCK4NH2O-v1lrgPGNX4VV3AWZ-OsAc,5967
|
|
112
|
-
cherrypy_foundation/tools/ratelimit.py,sha256=
|
|
112
|
+
cherrypy_foundation/tools/ratelimit.py,sha256=C_bGzkx9waIJlpK-X6_SH8r1rP0I_xr0wLnGZhSEGEo,8742
|
|
113
113
|
cherrypy_foundation/tools/secure_headers.py,sha256=XqmjU5MCK8fTacQ2uTUiODYN4uaa9cCGfQJZVnp4J4g,3921
|
|
114
114
|
cherrypy_foundation/tools/sessions_timeout.py,sha256=M54IpRc3c4rUH0Cbri363O6GhD89EmzrjqvWeul8khc,7484
|
|
115
115
|
cherrypy_foundation/tools/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -128,8 +128,8 @@ cherrypy_foundation/tools/tests/locales/fr/LC_MESSAGES/messages.po,sha256=6_Sk9I
|
|
|
128
128
|
cherrypy_foundation/tools/tests/templates/test_jinja2.html,sha256=s1bHmy-lyf0YW0t-LOx3ugILV2kqFoBNYxziWgrZbo0,216
|
|
129
129
|
cherrypy_foundation/tools/tests/templates/test_jinjax.html,sha256=NImzIW0mUHxilFd61PSoxFC-yu1nayEVwv-5zlgD9yo,179
|
|
130
130
|
cherrypy_foundation/tools/tests/templates/test_jinjax_i18n.html,sha256=yre8j7HBjpTQZHpM0PuB3ASGD3O4vKkJ-y72Fm6STgY,771
|
|
131
|
-
cherrypy_foundation-1.0.
|
|
132
|
-
cherrypy_foundation-1.0.
|
|
133
|
-
cherrypy_foundation-1.0.
|
|
134
|
-
cherrypy_foundation-1.0.
|
|
135
|
-
cherrypy_foundation-1.0.
|
|
131
|
+
cherrypy_foundation-1.0.0a19.dist-info/licenses/LICENSE.md,sha256=trSLYs5qlaow_bBwsLTRKpmTXsXzFksM_YUCMqrgAJQ,35149
|
|
132
|
+
cherrypy_foundation-1.0.0a19.dist-info/METADATA,sha256=etkiHbuCu6NKyrzniIbKIfhxMKdwIVfr6A3XGHy6yyo,3551
|
|
133
|
+
cherrypy_foundation-1.0.0a19.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
134
|
+
cherrypy_foundation-1.0.0a19.dist-info/top_level.txt,sha256=B1vQPTLYhpKJ6W0JkRCWyAf8RPcnwJWdYxixv75-4ew,20
|
|
135
|
+
cherrypy_foundation-1.0.0a19.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
{cherrypy_foundation-1.0.0a18.dist-info → cherrypy_foundation-1.0.0a19.dist-info}/top_level.txt
RENAMED
|
File without changes
|