Remove semicolon
diff --git a/Demo/scripts/newslist.py b/Demo/scripts/newslist.py
index a631214..1dc8af2 100755
--- a/Demo/scripts/newslist.py
+++ b/Demo/scripts/newslist.py
@@ -321,7 +321,7 @@
     tree={}
 
     # Check that the output directory exists
-    checkopdir(pagedir);
+    checkopdir(pagedir)
 
     try:
         print 'Connecting to '+newshost+'...'