mirror of
https://github.com/KevinMidboe/Node-Com-Handler.git
synced 2025-10-29 17:50:27 +00:00
Marked old_ to older uptime scripts
This commit is contained in:
12
old_testUptime.py
Executable file
12
old_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