Loading circe/__init__.py +2 −2 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ import tarfile import zipfile from time import sleep version = "0.0.35" version = "0.0.36" try: from uuid import uuid4 Loading Loading @@ -157,7 +157,7 @@ def _make_homepage(): "</style>" "</head><body>" "{}" "</body></html>" "<footer>Circe " + version + "</footer></body></html>" ) try: working_directory = os.path.dirname(os.path.abspath(__file__)) Loading Loading
circe/__init__.py +2 −2 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ import tarfile import zipfile from time import sleep version = "0.0.35" version = "0.0.36" try: from uuid import uuid4 Loading Loading @@ -157,7 +157,7 @@ def _make_homepage(): "</style>" "</head><body>" "{}" "</body></html>" "<footer>Circe " + version + "</footer></body></html>" ) try: working_directory = os.path.dirname(os.path.abspath(__file__)) Loading