remove timeout (teehee)
parent
2893fd4bbc
commit
22e2c11743
|
@ -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__":
|
||||
|
|
Loading…
Reference in New Issue