diff --git a/tngame/__main__.py b/tngame/__main__.py index 39c00ac..d74147b 100644 --- a/tngame/__main__.py +++ b/tngame/__main__.py @@ -38,5 +38,5 @@ if __name__ == '__main__': observer.schedule(event_handler, path=str(script_path.absolute()), recursive=False) observer.start() - print("Watching for changes...") + print(f"Watching directory {script_path} for changes...") observer.join()