1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-03-01 09:16:00 +00:00
This commit is contained in:
M66B 2024-04-28 16:00:46 +02:00
parent 957276c1d4
commit b37d97c516

View file

@ -203,8 +203,6 @@ public class OpenAI {
} catch (Throwable ex) { } catch (Throwable ex) {
Log.w(ex); Log.w(ex);
} }
if (status == 429)
error += "\nThis is an error message from OpenAI, not of the app";
throw new IOException(error); throw new IOException(error);
} }