Warn before return lul
							parent
							
								
									6c136e82b4
								
							
						
					
					
						commit
						aab1a3c565
					
				| 
						 | 
					@ -2444,8 +2444,8 @@ async def data_reset_hack(
 | 
				
			||||||
    try:
 | 
					    try:
 | 
				
			||||||
        import i3ipc
 | 
					        import i3ipc
 | 
				
			||||||
    except ImportError:
 | 
					    except ImportError:
 | 
				
			||||||
        return False
 | 
					 | 
				
			||||||
        log.warning('IB data hack no-supported on ur platformz')
 | 
					        log.warning('IB data hack no-supported on ur platformz')
 | 
				
			||||||
 | 
					        return False
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    i3 = i3ipc.Connection()
 | 
					    i3 = i3ipc.Connection()
 | 
				
			||||||
    t = i3.get_tree()
 | 
					    t = i3.get_tree()
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue