Flutter Engine
The Flutter Engine
|
Go to the source code of this file.
Namespaces | |
namespace | get_uninteresting_hashes |
Variables | |
get_uninteresting_hashes.HASHES_URL = sys.argv[1] | |
int | get_uninteresting_hashes.RETRIES = 5 |
int | get_uninteresting_hashes.TIMEOUT = 60 |
int | get_uninteresting_hashes.WAIT_BASE = 15 |
get_uninteresting_hashes.hashes = w.read().decode('utf-8') | |
int | get_uninteresting_hashes.waittime = WAIT_BASE * math.pow(2, retry) |