diff --git a/ppf.py b/ppf.py index c278226..a91a4de 100755 --- a/ppf.py +++ b/ppf.py @@ -100,7 +100,6 @@ def proxyfind(sqlite = None): sqlite.executemany('INSERT INTO uris (added,url,check_time,error,driver) values(?,?,?,?,?)', new) sqlite.commit() _log('+%d item(s) from %s' % (len(new), search), 'added') - time.sleep(0.1) sqlite.commit() @@ -146,7 +145,6 @@ def proxyleech(sqlite, rows): if len(add) > 500: insert_proxies(add, row[0], sqlite) add = [] - time.sleep(0.1) if len(add): insert_proxies(add, row[0], sqlite)