Skip to content

Commit

Permalink
Last thing
Browse files Browse the repository at this point in the history
  • Loading branch information
hydrusnetwork committed Mar 27, 2024
1 parent 4ef2f88 commit 7575cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hydrus/client/networking/ClientNetworkingURLClass.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def IsEphemeralToken( self ):

def MustBeInOriginalURL( self ):

return self._default_value is None
return self._default_value is None and not self.IsEphemeralToken()


def MatchesName( self, name ):
Expand Down

0 comments on commit 7575cc9

Please sign in to comment.