1
0
Fork 0

Merge pull request #2780 from jsoref/spelling

Spelling
This commit is contained in:
Mouse Reeve 2023-04-07 06:30:16 -07:00 committed by GitHub
commit d033848d3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
58 changed files with 85 additions and 85 deletions

View file

@ -76,7 +76,7 @@ class Dashboard(View):
def get_charts_and_stats(request):
"""Defines the dashbaord charts"""
"""Defines the dashboard charts"""
interval = int(request.GET.get("days", 1))
now = timezone.now()
start = request.GET.get("start")