mirror of
https://github.com/EDCD/EDDN.git
synced 2025-06-17 23:51:30 +03:00
Gateway: typing: main()
This commit is contained in:
parent
179dd8aebf
commit
c11fa91162
@ -373,7 +373,7 @@ class EnableCors(object):
|
|||||||
return _enable_cors
|
return _enable_cors
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main() -> None:
|
||||||
"""Handle setting up and running the bottle app."""
|
"""Handle setting up and running the bottle app."""
|
||||||
cl_args = parse_cl_args()
|
cl_args = parse_cl_args()
|
||||||
if cl_args.loglevel:
|
if cl_args.loglevel:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user