Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Variables
get_uninteresting_hashes Namespace Reference

Variables

 HASHES_URL = sys.argv[1]
 
int RETRIES = 5
 
int TIMEOUT = 60
 
int WAIT_BASE = 15
 
 hashes = w.read().decode('utf-8')
 
int waittime = WAIT_BASE * math.pow(2, retry)
 

Variable Documentation

◆ hashes

get_uninteresting_hashes.hashes = w.read().decode('utf-8')

Definition at line 24 of file get_uninteresting_hashes.py.

◆ HASHES_URL

get_uninteresting_hashes.HASHES_URL = sys.argv[1]

Definition at line 14 of file get_uninteresting_hashes.py.

◆ RETRIES

int get_uninteresting_hashes.RETRIES = 5

Definition at line 15 of file get_uninteresting_hashes.py.

◆ TIMEOUT

int get_uninteresting_hashes.TIMEOUT = 60

Definition at line 16 of file get_uninteresting_hashes.py.

◆ WAIT_BASE

int get_uninteresting_hashes.WAIT_BASE = 15

Definition at line 17 of file get_uninteresting_hashes.py.

◆ waittime

int get_uninteresting_hashes.waittime = WAIT_BASE * math.pow(2, retry)

Definition at line 33 of file get_uninteresting_hashes.py.