Files
BarsTiger 1127d7090d 1
2021-12-02 21:23:31 +02:00

5 lines
382 B
Python

import subprocess
proc = subprocess.Popen("python offline_check_license.py --license {0}".format('LIdgsfhlashrpo9yep8923y4u2p93wuryu5p34iyur9834y5934y8934yht9fy3ht89ur34tcu549m83tm4390tyv8934vty53m948typ5894ty7895yt934yrt89y34qht8yw35tu340tu0tyugu90t43utohto'), stdout=subprocess.PIPE,
stderr=subprocess.STDOUT, shell=True)
print(str(proc.communicate()[0]))