From 5acdcc8af00a8f31e64f5e3c8d43989a34276290 Mon Sep 17 00:00:00 2001 From: Hydrus Network Developer Date: Wed, 30 Nov 2022 16:17:02 -0600 Subject: [PATCH] 404 fix --- hydrus/client/ClientServices.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hydrus/client/ClientServices.py b/hydrus/client/ClientServices.py index 5dbc9cd5..e4f47cd6 100644 --- a/hydrus/client/ClientServices.py +++ b/hydrus/client/ClientServices.py @@ -1298,10 +1298,6 @@ class ServiceRestricted( ServiceRemote ): with self._lock: - if isinstance( e, HydrusExceptions.NotFoundException ): - - self._DelayFutureRequests( 'got an unexpected 404', SHORT_DELAY_PERIOD ) - if isinstance( e, HydrusExceptions.ServerBusyException ): self._DelayFutureRequests( 'server was busy', 5 * 60 )