Compare commits
	
		
			2 Commits
		
	
	
		
			32e4769366
			...
			a2354c2ba7
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| a2354c2ba7 | |||
| ea825f0190 | 
							
								
								
									
										
											BIN
										
									
								
								dist/Zhurnal-1.4.37-py3-none-any.whl
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										
											BIN
										
									
								
								dist/Zhurnal-1.4.37-py3-none-any.whl
									
									
									
									
										vendored
									
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								dist/zhurnal-1.4.37.tar.gz
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										
											BIN
										
									
								
								dist/zhurnal-1.4.37.tar.gz
									
									
									
									
										vendored
									
									
								
							
										
											Binary file not shown.
										
									
								
							@ -253,7 +253,7 @@ class Zhurnal(web.Application):
 | 
			
		||||
                time_elapsed = round(
 | 
			
		||||
                    time_previous and time_current - time_previous or 0, 4
 | 
			
		||||
                )
 | 
			
		||||
                decoded_line = line.decode("utf-8", "replace").strip()
 | 
			
		||||
                decoded_line = line.decode("utf-8", "ignore").strip()
 | 
			
		||||
                print(decoded_line)
 | 
			
		||||
                decoded_line = "".join(c for c in decoded_line if c.isprintable())
 | 
			
		||||
                for client in app.clients:
 | 
			
		||||
@ -292,7 +292,6 @@ class Zhurnal(web.Application):
 | 
			
		||||
            )
 | 
			
		||||
 | 
			
		||||
    async def start_processes(self, app):
 | 
			
		||||
        print(app)
 | 
			
		||||
        for x, command in enumerate(self.commands):
 | 
			
		||||
            self.processes[command] = asyncio.create_task(
 | 
			
		||||
                self.run_process("process-{}".format(x), command)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user