Browse Source
Merge pull request #36 from thimslugga/patch-1
Add interpreter and cleanup imports + carriage returns
pull/46/head
Weilbyte
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
7 additions and
5 deletions
-
PVEDiscordDark.py
|
@ -1,11 +1,13 @@ |
|
|
import sys,os |
|
|
#!/usr/bin/python3 |
|
|
|
|
|
|
|
|
|
|
|
import os |
|
|
|
|
|
import sys |
|
|
|
|
|
import time |
|
|
import subprocess |
|
|
import subprocess |
|
|
import urllib.request |
|
|
import urllib.request |
|
|
import os.path |
|
|
import os.path |
|
|
import shutil |
|
|
import shutil |
|
|
import argparse |
|
|
import argparse |
|
|
import os |
|
|
|
|
|
import time |
|
|
|
|
|
|
|
|
|
|
|
ACTION = None |
|
|
ACTION = None |
|
|
|
|
|
|
|
|