Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
hydrusnetwork committed Mar 27, 2024
2 parents 0f6c01b + 7575cc9 commit 8813f40
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 8813f40

Please sign in to comment.