pkrm.dev/run.py
Parker 497b0da036
Add verification through ALTCHA
Open-sourced and self-hosted alternative to Google CAPTCHA services. Requires JS, but auto verifies on page load.
2024-02-18 20:22:28 -06:00

6 lines
118 B
Python

from app.views import app as application
app=application
if __name__ == '__main__':
application.run(port="4343")