otp.py: fix return code mistype (#784)
Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
		
							parent
							
								
									9d952ed855
								
							
						
					
					
						commit
						d9d33a0213
					
				| @ -170,10 +170,10 @@ class Main(App): | ||||
|             os.remove(filename) | ||||
|         except Exception as e: | ||||
|             self.logger.exception(e) | ||||
|             return 0 | ||||
| 
 | ||||
|             return 1 | ||||
| 
 | ||||
|         return 0 | ||||
| 
 | ||||
|     def flash_second(self): | ||||
|         self.logger.info(f"Flashing second block of OTP") | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Lesha Lomalkin
						Lesha Lomalkin