This commit is contained in:
Brendon J. Brewer 2020-02-05 14:07:41 +13:00
parent 46c2c539d9
commit 21f9711371

View file

@ -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