import sys
import requests
import telegram
import os

idch = str(sys.argv[1])
duration = str(sys.argv[2])


response = requests.get(f"http://207.180.254.4:9060/DAIManagement/vast_reader/{duration}/{idch}")

print("we are here")
print(response.text)






# os.system("python3 /var/www/html/vast/new_vast.py")
