diff options
Diffstat (limited to 'Demo/scripts/newslist.py')
-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 3d65a08..02b4b7c 100755 --- a/Demo/scripts/newslist.py +++ b/Demo/scripts/newslist.py @@ -320,7 +320,7 @@ def main(): tree={} # Check that the output directory exists - checkopdir(pagedir); + checkopdir(pagedir) try: print('Connecting to '+newshost+'...') |