mirror of
				https://github.com/robweber/xbmcbackup.git
				synced 2025-10-31 09:31:02 +01:00 
			
		
		
		
	trying koying's patch for #94
This commit is contained in:
		| @@ -412,5 +412,8 @@ def params_to_urlencoded(params): | |||||||
|             return o.encode('utf8') |             return o.encode('utf8') | ||||||
|         else: |         else: | ||||||
|             return str(o) |             return str(o) | ||||||
|     utf8_params = {encode(k): encode(v) for k, v in params.iteritems()} |     utf8_params={} | ||||||
|  |     for k, v in params.iteritems(): | ||||||
|  |         utf8_params[encode(k)]= encode(v) | ||||||
|  |          | ||||||
|     return urllib.urlencode(utf8_params) |     return urllib.urlencode(utf8_params) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Rob Weber
					Rob Weber