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
parent
commit
6221cc8b45
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      PVEDiscordDark.py

8
PVEDiscordDark.py

@ -1,11 +1,13 @@
import sys,os
#!/usr/bin/python3
import os
import sys
import time
import subprocess
import urllib.request
import os.path
import shutil
import argparse
import os
import time
ACTION = None

Loading…
Cancel
Save