From fc625d53ea4fb05d7b874f3c88a9ee997015c11d Mon Sep 17 00:00:00 2001 From: Bart Koolen Date: Sat, 18 Apr 2026 21:07:56 +0200 Subject: [PATCH] Added some stuff and changed speed --- flake.nix | 3 ++- src/test.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index d0d3e32..51d2677 100644 --- a/flake.nix +++ b/flake.nix @@ -34,7 +34,8 @@ pip virtualenv requests - pandas + pandas + numpy # Optional: Add other helpful dev tools outside of the python-pkgs set if needed # (e.g., git, pre-commit, bash-completion) ])) diff --git a/src/test.py b/src/test.py index 85e1d83..f5f1662 100644 --- a/src/test.py +++ b/src/test.py @@ -4,7 +4,7 @@ import pandas print(pandas.show_versions) for i in range(1,20): - sleep(1) + sleep(0.5) startTime = time() responce = http.get("https://fs.gjkoolen.com") endTime = time()