Skip to content

Commit 4582ca9

Browse files
committed
Update my endsong files to 2022-06
1 parent 126fd10 commit 4582ca9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/main.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ fn main() {
1212
// benchmark! =>
1313
// 1) paths as CLI args
1414
// 2) paths as part of compiled source code!
15-
let root = "/home/filip/Other/SpotifyData/2021-07/";
15+
let root = "/home/filip/Other/SpotifyData/2022-06/";
1616
let paths: Vec<String> = vec![
1717
format!("{}endsong_0.json", root),
1818
// format!("{}endsong_1.json", root),
@@ -21,6 +21,7 @@ fn main() {
2121
// format!("{}endsong_4.json", root),
2222
// format!("{}endsong_5.json", root),
2323
// format!("{}endsong_6.json", root),
24+
// format!("{}endsong_7.json", root),
2425
];
2526

2627
let entries = parse::parse(paths);

stuff/ReadMeFirst_ExtendedStreamingHistory.pdf

100755100644
1.63 MB
Binary file not shown.

0 commit comments

Comments
 (0)