Skip to content

Instantly share code, notes, and snippets.

View xuanchien's full-sized avatar

Chien Tran xuanchien

View GitHub Profile
#!/usr/bin/python
import os
import threading
import time
import sys
print(sys.argv)
#source info
source_url = sys.argv[1]
source_table = sys.argv[2]