diff options
-rwxr-xr-x | Demo/scripts/newslist.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ def main(): tree={} # Check that the output directory exists - checkopdir(pagedir); + checkopdir(pagedir) try: print 'Connecting to '+newshost+'...' |