forked from MirrorHub/synapse
		
	Merge pull request #3246 from NotAFile/py3-repr-string
use repr, not str
This commit is contained in:
		
				commit
				
					
						c4fb15a06c
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -56,7 +56,7 @@ class SynapseRequest(Request): | |||
| 
 | ||||
|     def __repr__(self): | ||||
|         # We overwrite this so that we don't log ``access_token`` | ||||
|         return '<%s at 0x%x method=%s uri=%s clientproto=%s site=%s>' % ( | ||||
|         return '<%s at 0x%x method=%r uri=%r clientproto=%r site=%r>' % ( | ||||
|             self.__class__.__name__, | ||||
|             id(self), | ||||
|             self.method, | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue