Skip to content

Commit

Permalink
Added missing argument to function call on line 44
Browse files Browse the repository at this point in the history
  • Loading branch information
alvinalexander committed Sep 28, 2018
1 parent 2c3ad25 commit 6558820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/debug/load_timeline_for_day_and_user.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
print("About to save %s" % entry)
munged_entries.append(entry)

(tsdb_count, ucdb_count) = estcs.insert_entries(munged_entries)
(tsdb_count, ucdb_count) = estcs.insert_entries(override_uuid, munged_entries)
print("Finished loading %d entries into the usercache and %d entries into the timeseries" %
(ucdb_count, tsdb_count))

0 comments on commit 6558820

Please sign in to comment.