Skip to content

Commit

Permalink
more config
Browse files Browse the repository at this point in the history
  • Loading branch information
areed1192 committed Dec 11, 2020
1 parent 70d6a14 commit abe7ac9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions config/config.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[main]
client_id = FAKE_CLIENT_ID
redirect_uri = FAKE_URL
redirect_uri = FAKE_REDIRECT_URL
json_path = FAKE_PATH
account_number = FAKE_ACCT

2 changes: 1 addition & 1 deletion config/write_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

config.add_section('main')
config.set('main', 'CLIENT_ID', 'FAKE_CLIENT_ID')
config.set('main', 'REDIRECT_URI', 'FAKE_URL')
config.set('main', 'REDIRECT_URI', 'FAKE_REDIRECT_URL')
config.set('main', 'JSON_PATH', 'FAKE_PATH')
config.set('main', 'ACCOUNT_NUMBER', 'FAKE_ACCT')

Expand Down

1 comment on commit abe7ac9

@saket1997
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sir can u explain it why i am using configparser and can u explain all terms why using main client id ,redirect_Uri, what is json _ path

Please sign in to comment.