We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f541150 commit ae7df79Copy full SHA for ae7df79
src/gitfetch/config.py
@@ -77,7 +77,7 @@ def _load_config(self) -> None:
77
self.config['DEFAULT'] = {
78
'username': '',
79
'cache_expiry_minutes': '15',
80
- 'api_key': '',
+ 'token': '',
81
}
82
self.config.add_section('COLORS')
83
for key, value in default_colors.items():
0 commit comments