mirror of
https://github.com/j93es/oauth-backend.git
synced 2026-06-04 03:41:52 +09:00
Refactor code structure for improved readability and maintainability
This commit is contained in:
commit
60af190524
8 changed files with 1129 additions and 0 deletions
9
main.py
Normal file
9
main.py
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import sys
|
||||
from mitmproxy.tools.main import mitmdump
|
||||
|
||||
def main():
|
||||
sys.argv = ["mitmdump", "-s", "./addon/init.py", "--listen-port", "11080"]
|
||||
mitmdump()
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Loading…
Add table
Add a link
Reference in a new issue