diff --git a/bgservice/bgservice.py b/bgservice/bgservice.py index ca9ab1e..09b78ba 100644 --- a/bgservice/bgservice.py +++ b/bgservice/bgservice.py @@ -162,4 +162,3 @@ def stop_watching(): + "The paths to these files are listed below:\n") print(*suspicious_files, sep='\n') sys.stdout = STDOUT - print("Done watching.\n")