Mezi ulicí a číslem popisným má být mezera
This commit is contained in:
		
							parent
							
								
									113a59f4fe
								
							
						
					
					
						commit
						18bb451bcf
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -78,7 +78,7 @@ def gen_osoby(rnd, size): | |||
| 						rnd.randint(1, 28)) | ||||
| 		ulic = rnd.choice(seznam_ulic) | ||||
| 		cp = rnd.randint(1, 99) | ||||
| 		ulice = "".join([ulic, str(cp)]) | ||||
| 		ulice = " ".join([ulic, str(cp)]) | ||||
| 		mesto = rnd.choice(seznam_mest) | ||||
| 		psc = "".join([str(rnd.choice([k for k in range(10)])) for i in range(5)]) | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 Pavel 'LEdoian' Turinsky
						Pavel 'LEdoian' Turinsky