Merge branch 'develop'

This commit is contained in:
Hydrus Network Developer 2024-03-27 17:29:30 -05:00
commit 8813f40f7b
No known key found for this signature in database
GPG Key ID: 76249F053212133C
1 changed files with 1 additions and 1 deletions

View File

@ -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 ):