From 22e2c117437a41193d8c10d93fbc580ddb81bc37 Mon Sep 17 00:00:00 2001 From: HeyMoon <101842728+UnironicHeyMoon@users.noreply.github.com> Date: Sun, 27 Nov 2022 14:42:40 -0600 Subject: [PATCH] remove timeout (teehee) --- automeme.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automeme.py b/automeme.py index 8661095..5c1fd7f 100644 --- a/automeme.py +++ b/automeme.py @@ -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__":