Guest User

Няша мод - у меня динамика (а еще свои ресурсы)

a guest
Feb 9th, 2015
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. #! /usr/bin/python
  2. # -*- coding: utf-8 -*-
  3.  
  4. import os
  5. import time
  6.  
  7. while True:
  8. # Disconnecting
  9. os.system('rasdial fttx /disconnect')
  10. # Sleep 20 sec.
  11. time.sleep(20)
  12. # Conntcting
  13. os.system('rasdial fttx 2wataigzwm uVm3EhwAUQ')
  14. # Test connection
  15. time.sleep(5)
  16. while os.system('ping -n 1 ya.ru'):
  17. os.system('rasdial fttx 2wataigzwm uVm3EhwAUQ')
  18. time.sleep(25)
  19. # Sleep 13 min.
  20. time.sleep(780)
Advertisement
Add Comment
Please, Sign In to add comment