mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-10 02:55:53 +01:00
Ensure no spaces around fosshub API key
This commit is contained in:
parent
73eed3f258
commit
2beeb537b4
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ def get_sourceforge_data():
|
|||
|
||||
def get_fosshub_data():
|
||||
with open(os.environ['PENV'] + '/fosshub', 'rb') as f:
|
||||
return f.read().decode('utf-8')
|
||||
return f.read().decode('utf-8').strip()
|
||||
|
||||
|
||||
def send_data(loc):
|
||||
|
|
|
|||
Loading…
Reference in a new issue