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)
|
check_trending_values(connection)
|
||||||
|
|
||||||
if TRENDING_LOG:
|
if TRENDING_LOG:
|
||||||
f = open("trending_ar.log", "w")
|
f = open("trending_ar.log", "a")
|
||||||
f.close()
|
f.close()
|
||||||
|
|
||||||
# Stub
|
# Stub
|
||||||
|
|
Loading…
Add table
Reference in a new issue