You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "domLink.py", line 218, in
main()
File "domLink.py", line 147, in main
api_key = args.api if args.api else read_key_from_config()
File "domLink.py", line 44, in read_key_from_config
return config.get('API_KEYS', 'whoxy')
File "/usr/lib/python2.7/ConfigParser.py", line 330, in get
raise NoSectionError(section)
ConfigParser.NoSectionError: No section: 'API_KEYS'
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "domLink.py", line 218, in
main()
File "domLink.py", line 147, in main
api_key = args.api if args.api else read_key_from_config()
File "domLink.py", line 44, in read_key_from_config
return config.get('API_KEYS', 'whoxy')
File "/usr/lib/python2.7/ConfigParser.py", line 330, in get
raise NoSectionError(section)
ConfigParser.NoSectionError: No section: 'API_KEYS'
The text was updated successfully, but these errors were encountered: