forked from rDrama/rDrama
1
0
Fork 0

remove unnecessary execution of function

master
Aevann1 2022-09-22 07:26:48 +02:00
parent 70d7a4db31
commit d8ac954d53
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ from files.helpers.const import *
def generate_charts_task(site):
chart(kind='daily', site=site)
chart(kind='weekly', site=site)
stats(site=site)
def chart(kind, site):
now = time.gmtime()