mirror of
				https://github.com/KevinMidboe/Node-Com-Handler.git
				synced 2025-10-29 17:50:27 +00:00 
			
		
		
		
	Re-writing uptime for python3 with more general outputhandling
This commit is contained in:
		
							
								
								
									
										12
									
								
								testUptime.py
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										12
									
								
								testUptime.py
									
									
									
									
									
										Executable file
									
								
							| @@ -0,0 +1,12 @@ | ||||
| #!/usr/bin/env python3 | ||||
| # -*- coding: utf-8 -*- | ||||
| # @Author: KevinMidboe | ||||
| # @Date:   2016-11-22 16:08:17 | ||||
| # @Last Modified by:   KevinMidboe | ||||
| # @Last Modified time: 2016-11-22 17:07:52 | ||||
|  | ||||
| import uptime | ||||
|  | ||||
| if __name__ == '__main__': | ||||
| 	uptimeClass = uptime.uptime() | ||||
| 	print(uptimeClass) | ||||
		Reference in New Issue
	
	Block a user