mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-04 21:13:36 +02:00
...
This commit is contained in:
parent
f9a9b64388
commit
e0871ec10d
1 changed files with 1 additions and 1 deletions
|
|
@ -496,7 +496,7 @@ def singleinstance():
|
|||
def update_stats():
|
||||
log = olog = 'stats.log'
|
||||
if not os.path.exists(log):
|
||||
return
|
||||
return {}
|
||||
stats = {}
|
||||
if IS_PRODUCTION:
|
||||
try:
|
||||
|
|
|
|||
Loading…
Reference in a new issue