remove timeout (teehee)

master
HeyMoon 2022-11-27 14:42:40 -06:00
parent 2893fd4bbc
commit 22e2c11743
1 changed files with 1 additions and 1 deletions

View File

@ -599,7 +599,7 @@ def get_rdrama():
auth = f.read()
https = True
timeout = 10
rdrama = RDramaAPIInterface(auth, website, timeout, https=https)
rdrama = RDramaAPIInterface(auth, website, https=https)
return rdrama
if __name__ == "__main__":