We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 819c19d commit 8749b4dCopy full SHA for 8749b4d
main.py
@@ -23,6 +23,7 @@ def login():
23
# Retrieve label information and saves as JSON/CSV
24
def getLabel(label, label_type="account", input_type='single'):
25
26
+ # Only eth and opt uses new label scraping method
27
if ('eth' not in baseUrl):
28
getLabelOldFormat(label, label_type=label_type, input_type=input_type)
29
return
0 commit comments