menu fixes, inlines update, stickers pack
This commit is contained in:
		
							parent
							
								
									fa5b77fd2d
								
							
						
					
					
						commit
						3936f652e9
					
				
					 7 changed files with 29 additions and 28 deletions
				
			
		|  | @ -85,6 +85,6 @@ def sticker_loader(): | |||
|     for key in keys: | ||||
|         path = d + key + '/' | ||||
|         files = filter(lambda f: f.endswith('.png'), os.listdir(path)) | ||||
|         files = map(lambda f: path + f, files) | ||||
|         files = map(lambda f: unicode(path + f), files) | ||||
|         result.extend(files) | ||||
|     return result | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 ingvar1995
						ingvar1995