mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-08 21:25:32 +02:00
...
This commit is contained in:
@@ -254,7 +254,7 @@ class GitHub(Base): # {{{
|
||||
|
||||
|
||||
def get_github_data():
|
||||
with open(os.path.expanduser('~/work/env/private/github')) as f:
|
||||
with open(os.environ['PENV'] + '/github') as f:
|
||||
un, pw = f.read().strip().split(':')
|
||||
return {'username': un, 'password': pw}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user