forked from LBRYCommunity/lbry-sdk
append
This commit is contained in:
parent
46c2c539d9
commit
21f9711371
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ def install(connection):
|
|||
check_trending_values(connection)
|
||||
|
||||
if TRENDING_LOG:
|
||||
f = open("trending_ar.log", "w")
|
||||
f = open("trending_ar.log", "a")
|
||||
f.close()
|
||||
|
||||
# Stub
|
||||
|
|
Loading…
Reference in a new issue