symphonyfintech / xts-pythonclient-api-sdk

33 stars 29 forks source link

No section error #4

Open vivekkishor opened 2 years ago

vivekkishor commented 2 years ago

I am getting NoSection error while running the code. config.ini is in the default state. Am I suppose to change [root_url]? Or is there any other issue.?

my config.ini [user] source=WEBAPI

[SSL] disable_ssl=True

[root_url] root=https://ttblaze.iifl.com broadcastMode=Full

Following error message in Terminal configparser.py", line 1152, in _unify_values raise NoSectionError(section) from None configparser.NoSectionError: No section: 'root_url'