add the first hosts to the prod inventory
Signed-off-by: cb0n3y <cb0n3y@gmail.com>
This commit is contained in:
		
							parent
							
								
									22210ca352
								
							
						
					
					
						commit
						03fc0d8bac
					
				| 
						 | 
					@ -957,7 +957,8 @@ class SpeedtestResults(object):
 | 
				
			||||||
        self.client = client or {}
 | 
					        self.client = client or {}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        self._share = None
 | 
					        self._share = None
 | 
				
			||||||
        self.timestamp = '%sZ' % datetime.datetime.utcnow().isoformat()
 | 
					        # self.timestamp = '%sZ' % datetime.datetime.utcnow().isoformat()
 | 
				
			||||||
 | 
					        self.timestamp = '%sZ' % datetime.datetime.now(datetime.timezone.utc).isoformat()
 | 
				
			||||||
        self.bytes_received = 0
 | 
					        self.bytes_received = 0
 | 
				
			||||||
        self.bytes_sent = 0
 | 
					        self.bytes_sent = 0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue