Fix user when using plex login. Fix sleep duration

This commit is contained in:
Luigi311
2022-06-15 13:21:03 -06:00
parent 70ef31ff47
commit aeb86f6b85
3 changed files with 7 additions and 10 deletions

View File

@@ -131,5 +131,5 @@ def future_thread_executor(args: list):
results.append(result)
except Exception as e:
raise Exception(e)
return results