diff --git a/common.py b/common.py index 251950e..742a164 100644 --- a/common.py +++ b/common.py @@ -1,7 +1,7 @@ import airspeed, os, html try: from html5print import HTMLBeautifier -except ModuleNotfoundError: +except ModuleNotFoundError: pass import config