summaryrefslogtreecommitdiffstats
path: root/systemCheck.py
diff options
context:
space:
mode:
Diffstat (limited to 'systemCheck.py')
-rw-r--r--systemCheck.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/systemCheck.py b/systemCheck.py
index 60fe0313b..d46a2d99a 100644
--- a/systemCheck.py
+++ b/systemCheck.py
@@ -134,7 +134,7 @@ def main():
print("\nPossible improvements for webinterface:\n")
for line in web_info:
print(line)
-
+
if __name__ == "__main__":
main()