1
0
mirror of https://github.com/craigerl/aprsd.git synced 2026-06-03 06:34:39 -04:00

Replace ratelimiter with rush

This patch replaces the ratelimiter library with rush for rate limiting
as the ratelimiter package doesn't work with python 3.11.

This patch also refactors the flask.pu to admin_web.py and
aprsd.py to main.py
This commit is contained in:
2023-07-08 17:30:22 -04:00
parent 9b944142bd
commit fe0d71de4d
17 changed files with 93 additions and 56 deletions
+1 -1
View File
@@ -6,8 +6,8 @@ from click.testing import CliRunner
from oslo_config import cfg
from aprsd import conf # noqa : F401
from aprsd.aprsd import cli
from aprsd.cmds import send_message # noqa
from aprsd.main import cli
from .. import fake