Testing Lazygit

Nothing to do
This commit is contained in:
Bart Koolen 2026-02-11 16:58:01 +01:00
parent 44c01f367e
commit 2828edaa3d
2 changed files with 3 additions and 3 deletions

View file

@ -1,3 +1,3 @@
This is a test mate knew This is a test mate knew
yeyeyeyeye
I fixed it yaaaaay I fixed it yaaaaay

View file

@ -2,7 +2,7 @@ import requests as http
from time import sleep, time from time import sleep, time
for i in range(1,10): for i in range(1,20):
sleep(1) sleep(1)
startTime = time() startTime = time()
responce = http.get("https://fs.gjkoolen.com") responce = http.get("https://fs.gjkoolen.com")