From 064c82fda5b106cf77043d52e845a5fb89339133 Mon Sep 17 00:00:00 2001 From: Ronald Farrer Date: Wed, 21 Apr 2021 07:34:30 -0700 Subject: [PATCH] Removed memory usage warning after testing shows it is lower. --- sgspider.py | 1 - 1 file changed, 1 deletion(-) diff --git a/sgspider.py b/sgspider.py index 488019d..e91b79b 100644 --- a/sgspider.py +++ b/sgspider.py @@ -50,7 +50,6 @@ def getgirls(): time.sleep(1) print("Starting to scroll through photos page.. this will take a *REALLY* LONG time!") print("Each '.' in the progress output represents a new page that has been loaded and 'x' is a failure to load the next page.") - print("Please be cautious of memory usage!\n\n") print("Progress [", end='', flush=True) done = False cctr = 0