first file

This commit is contained in:
2025-02-11 14:43:29 +00:00
parent eb721a55e9
commit 69fe35896f

15
test.py Normal file
View File

@@ -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