Advertisement
FlyFar

data_email.py

Mar 29th, 2023
688
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.25 KB | Cybersecurity | 0 0
  1. import argparse
  2. import os
  3. import sys
  4. import requests
  5. import time
  6.  
  7. try:
  8.         os.system("python src/version.py")
  9.         time.sleep(1)
  10.         os.system("python src/data_email.cpython-310.opt-2.pyc")
  11. except KeyboardInterrupt:
  12.         sys.exit(
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement