Skip to content

Commit

Permalink
fix: dont always update html
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxOhn committed Sep 26, 2024
1 parent eaf0997 commit f78073e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ impl Client {
.await
.context("failed to request user webpage")?;

fs::write("./peppy.html", &bytes).unwrap();
// fs::write("./peppy.html", &bytes).unwrap();

Ok(bytes.into())
}
Expand Down

0 comments on commit f78073e

Please sign in to comment.