Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Jan 29, 2024
1 parent 49a6010 commit b36f56e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ func (h *Handler) savedata(session *sessionInfo) error {
}

// append the file name to the path
name = path.Join(name, "/neubot-dash-"+session.stamp.Format("20060102T150405.000000000Z")+".json.gz")
name = path.Join(name, "neubot-dash-"+session.stamp.Format("20060102T150405.000000000Z")+".json.gz")

// open the results file
//
Expand Down

0 comments on commit b36f56e

Please sign in to comment.