mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
b6c3e23fa7
commit
4a39461ebc
@ -64,7 +64,7 @@ class ReUpload(Command): # {{{
|
||||
|
||||
# Data {{{
|
||||
def get_google_data():
|
||||
with open(os.path.expanduser('~/.googlecodecalibre'), 'rb') as f:
|
||||
with open(os.path.expanduser('~/work/kde/conf/googlecodecalibre'), 'rb') as f:
|
||||
gc_password, ga_un, pw = f.read().strip().split('|')
|
||||
|
||||
return {
|
||||
|
Loading…
x
Reference in New Issue
Block a user