From 7575cc9f131f1bf9f79845a1e033e3fe755550d4 Mon Sep 17 00:00:00 2001 From: Hydrus Network Developer Date: Wed, 27 Mar 2024 17:29:15 -0500 Subject: [PATCH] Last thing --- hydrus/client/networking/ClientNetworkingURLClass.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hydrus/client/networking/ClientNetworkingURLClass.py b/hydrus/client/networking/ClientNetworkingURLClass.py index 5e9e60c6..c6bbacf4 100644 --- a/hydrus/client/networking/ClientNetworkingURLClass.py +++ b/hydrus/client/networking/ClientNetworkingURLClass.py @@ -187,7 +187,7 @@ class URLClassParameterFixedName( HydrusSerialisable.SerialisableBase ): def MustBeInOriginalURL( self ): - return self._default_value is None + return self._default_value is None and not self.IsEphemeralToken() def MatchesName( self, name ):