We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6d250a4 + 8afbcdf commit 971e760Copy full SHA for 971e760
empresas_generator.py
@@ -23,7 +23,7 @@
23
24
def scrapping_empresas():
25
file = urlopen(EMPRESAS_FILE)
26
- file = file.read().decode()
+ file = file.read()
27
region = state = city = ''
28
empresas = []
29
0 commit comments