Skip to content
Snippets Groups Projects
Commit ccda66d1 authored by Julian Rother's avatar Julian Rother
Browse files

Forgot imports

parent c94caf14
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,7 @@ import sched ...@@ -11,6 +11,7 @@ import sched
import traceback import traceback
import string import string
from socket import gethostname from socket import gethostname
from ipaddress import ip_address, ip_network
app = Flask(__name__) app = Flask(__name__)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment