diff --git a/src/__init__.py b/src/__init__.py index c53609c2..7ee2fd0e 100755 --- a/src/__init__.py +++ b/src/__init__.py @@ -10,7 +10,8 @@ try: import sqlite3 except ModuleNotFoundError: sys.stderr.write( - 'Error, Onionr requires Sqlite3-enabled Python.\n') + 'Error, Onionr requires Sqlite3-enabled Python.\n' + + 'https://stackoverflow.com/a/1875095\n') sys.exit(1) """ This program is free software: you can redistribute it and/or modify