Skip to content

Commit

Permalink
Fix tracking time for arrivals vs. resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
RazTamir committed Dec 8, 2019
1 parent 0588393 commit 4e8ba34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrivals_vs_resolved.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from helpers import *
from datetime import datetime, timedelta

now = datetime.today() - timedelta(days=1)
now = datetime.today()
g = gapi.GoogleSpreadSheetAPI(SPREADSHEET_NAME, "arrivals_vs_resolved_data")

new_bugs = get_new_arrivals(
Expand Down

0 comments on commit 4e8ba34

Please sign in to comment.