Spaces:
Sleeping
Sleeping
File size: 186 Bytes
aa52b0f | 1 2 3 4 5 6 7 8 9 10 | import sys
import third
editable_output2 = sys.argv[1]
keyword_id = sys.argv[2]
if __name__ == "__main__":
import asyncio
asyncio.run(third.main(editable_output2, keyword_id))
|