X-Git-Url: https://git.phdru.name/?p=bookmarks_db.git;a=blobdiff_plain;f=set-real_title.py;h=a97a421ce84fcf44b20d93d089f14da19f2c59d6;hp=8f091377f1d922968b66bced34de5d347128a0f5;hb=HEAD;hpb=d7a67c44edee1994505e3bf501e6af63ffd1ef36 diff --git a/set-real_title.py b/set-real_title.py index 8f09137..60b3c20 100755 --- a/set-real_title.py +++ b/set-real_title.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#! /usr/bin/env python3 """Run through the bookmarks database and set name to real title This file is a part of Bookmarks database and Internet robot. @@ -28,8 +28,8 @@ def run(): pass if report_stats: - print("Broytman set-real_title, Copyright (C) 2003-2023 PhiloSoft Design") - + print("Broytman set-real_title, Copyright (C)" + " 2003-2023 PhiloSoft Design") if args: sys.stderr.write("set-real_title: too many arguments\n") sys.stderr.write("Usage: set-real_title [-s]\n")