forked from endorphant/ttbp
		
	adding extra version confirmation options
This commit is contained in:
		
							parent
							
								
									e545dff22c
								
							
						
					
					
						commit
						b5845ede8d
					
				| @ -1245,7 +1245,7 @@ something strange happened to you during this update. | |||||||
| 
 | 
 | ||||||
|     confirm = "" |     confirm = "" | ||||||
| 
 | 
 | ||||||
|     while confirm != "x": |     while confirm not in ("x", "<x>", "X", "<X>"): | ||||||
|         confirm = raw_input("\nplease type <x> when you've finished reading about the updates! ") |         confirm = raw_input("\nplease type <x> when you've finished reading about the updates! ") | ||||||
| 
 | 
 | ||||||
|     open(versionFile, "w").write(__version__) |     open(versionFile, "w").write(__version__) | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user