7 lines
66 B
Python
7 lines
66 B
Python
import sys
|
|
|
|
|
|
if __name__ == "__main__":
|
|
domain = sys.argv[1]
|
|
|