Removed memory usage warning after testing shows it is lower.
This commit is contained in:
parent
09a28b764a
commit
064c82fda5
1 changed files with 0 additions and 1 deletions
|
@ -50,7 +50,6 @@ def getgirls():
|
||||||
time.sleep(1)
|
time.sleep(1)
|
||||||
print("Starting to scroll through photos page.. this will take a *REALLY* LONG time!")
|
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("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)
|
print("Progress [", end='', flush=True)
|
||||||
done = False
|
done = False
|
||||||
cctr = 0
|
cctr = 0
|
||||||
|
|
Loading…
Add table
Reference in a new issue