Autosave: 2024-06-18 07:45:05
This commit is contained in:
		
							parent
							
								
									751da905cc
								
							
						
					
					
						commit
						85473af3f2
					
				
					 2 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										
											BIN
										
									
								
								.zk/notebook.db
									
										
									
									
									
								
							
							
						
						
									
										
											BIN
										
									
								
								.zk/notebook.db
									
										
									
									
									
								
							
										
											Binary file not shown.
										
									
								
							| 
						 | 
					@ -18,7 +18,7 @@ try:
 | 
				
			||||||
        stderr=subprocess.PIPE,
 | 
					        stderr=subprocess.PIPE,
 | 
				
			||||||
        text=True,
 | 
					        text=True,
 | 
				
			||||||
    )
 | 
					    )
 | 
				
			||||||
    return json.loads(process.stdout)
 | 
					    return process.stdout
 | 
				
			||||||
 | 
					
 | 
				
			||||||
except subprocess.CalledProcessError as e:
 | 
					except subprocess.CalledProcessError as e:
 | 
				
			||||||
        return e.stderr.strip()
 | 
					        return e.stderr.strip()
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue