From c99c620e9803af513a4c7ab04796c2d6738feff9 Mon Sep 17 00:00:00 2001 From: antonydp <38143733+antonydp@users.noreply.github.com> Date: Wed, 24 Aug 2022 13:14:25 +0200 Subject: [PATCH] Update GithubApi.kt --- .../cloudstream3/syncproviders/providers/GithubApi.kt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/src/main/java/com/lagradost/cloudstream3/syncproviders/providers/GithubApi.kt b/app/src/main/java/com/lagradost/cloudstream3/syncproviders/providers/GithubApi.kt index bf66c86e..12dc3bae 100644 --- a/app/src/main/java/com/lagradost/cloudstream3/syncproviders/providers/GithubApi.kt +++ b/app/src/main/java/com/lagradost/cloudstream3/syncproviders/providers/GithubApi.kt @@ -148,7 +148,6 @@ class GithubApi(index: Int) : InAppAuthAPIManager(index){ } } catch (e: Exception) { logError(e) - switchToOldAccount() } switchToOldAccount() return false @@ -179,4 +178,4 @@ class GithubApi(index: Int) : InAppAuthAPIManager(index){ ) } } -} \ No newline at end of file +}