-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
Here:
python-semrush/python_semrush/semrush.py
Line 79 in 4dfd72d
| lines = data.split('\r\n') |
Change to:
lines = data.splitlines()
Here:
python-semrush/python_semrush/semrush.py
Line 67 in 4dfd72d
Add:
if 'export_columns' in kwargs:
kwargs['export_columns'] = ",".join([c.strip() for c in kwargs['export_columns'].split(',')])
Metadata
Metadata
Assignees
Labels
No labels