16 lines
207 B
Python
16 lines
207 B
Python
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
|
|
|
|
|
|
|
|
|