Advanced Web Server Manager
Complete File Manager & Terminal - Standalone Version
By Sid Gifari | Gifari Industries
Current path:
/
/
usr
/
local
/
lib
/
python3.6
/
site-packages
/
nixstatsagent
/
plugins
✏️
Editing: sleeper.py
#!/usr/bin/env python # -*- coding: utf-8 -*- import time import plugins class Plugin(plugins.BasePlugin): __name__ = 'sleeper' def run(self, *unused): time.sleep(60 * 60 * 24) if __name__ == '__main__': Plugin().run()
💾 Save Changes
❌ Cancel