Skip to content

Commit

Permalink
update config location
Browse files Browse the repository at this point in the history
  • Loading branch information
karacolada committed Jul 5, 2024
1 parent 9ac1ed9 commit b6e2efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/github/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def get_access_token():
str: access token
"""
config = configparser.ConfigParser()
config.read('../config.cfg')
config.read('../../config.cfg')
return config['ACCESS']['token']

def collect(g, df, name, func, drop_names, path):
Expand Down

0 comments on commit b6e2efd

Please sign in to comment.