From 69fe35896f391912bb4ca4935c96b5c77390f1ba Mon Sep 17 00:00:00 2001 From: Trazan Date: Tue, 11 Feb 2025 14:43:29 +0000 Subject: [PATCH] first file --- test.py | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 test.py diff --git a/test.py b/test.py new file mode 100644 index 0000000..a985041 --- /dev/null +++ b/test.py @@ -0,0 +1,15 @@ +import requests +import tvdb_v4_official + +tvdb = tvdb_v4_official.TVDB("APIKEY") + +a = {'user': 'henrik.berglund','away': True} + +requests.post('https://test.se', timeout=30) + +def tesconnection(): + pass + + + +