Skip to content
This repository was archived by the owner on Jun 13, 2020. It is now read-only.

Commit ae78fff

Browse files
authored
Merge pull request #19 from mythril-io/develop
Add script comment
2 parents 31a3a64 + 5fd2918 commit ae78fff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/reset_trending.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@
1313

1414
# Execute query
1515
with engine.connect() as con:
16-
rs = con.execute(sql)
16+
rs = con.execute(sql)
17+
print("Trending views have been reset")

0 commit comments

Comments
 (0)