diff options
| author | user <user@node5.net> | 2024-03-23 14:18:25 +0100 |
|---|---|---|
| committer | user <user@node5.net> | 2024-03-23 14:18:25 +0100 |
| commit | f379b1c78cc224581fac16541e5bc3b6ccbc5dd1 (patch) | |
| tree | a30a324c14c28662a1fda788ffc71cffaa74dbb6 | |
| parent | 681ba92b4c5a4a600dd029bd0fd2b0a2c482e442 (diff) | |
rename entry module to ssh_node5_net
| -rw-r--r-- | src/ssh_node5_net.py (renamed from src/ssh_login_attempts.py) | 0 | ||||
| -rw-r--r-- | uwsgi.ini | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/ssh_login_attempts.py b/src/ssh_node5_net.py index 3da31cc..3da31cc 100644 --- a/src/ssh_login_attempts.py +++ b/src/ssh_node5_net.py @@ -1,5 +1,5 @@ [uwsgi] -module = src.ssh_login_attempts:app +module = src.ssh_node5_net:app pythonpath = src master = true |
