Fix minor import bug

This commit is contained in:
2017-11-16 22:36:50 +01:00
parent dc520ae64d
commit 7bae2e34d7
+1 -1
View File
@@ -1,7 +1,7 @@
import airspeed, os, html
try:
from html5print import HTMLBeautifier
except ModuleNotfoundError:
except ModuleNotFoundError:
pass
import config