Fix file encoding

This commit is contained in:
2020-09-13 12:54:05 +02:00
parent ed467cdb0d
commit b504d363ba

View File

@@ -1,4 +1,5 @@
#!/usr/bin/python
import tornado.httpserver
import tornado.ioloop
import tornado.options
@@ -12,8 +13,6 @@ from ikt_car_sensorik import *
import _servo_ctrl
from math import acos, sqrt, degrees
# Aufgabe 4
#
# Der Tornado Webserver soll die Datei index.html am Port 8081 zur Verfügung stellen