Update sweebridge.py
This commit is contained in:
parent
61d7e8c61b
commit
09117fe53c
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
# Modules for the system, these should be pre-installed with Python.
|
# Modules for the system, these should be pre-installed with Python.
|
||||||
import json, os, sys, traceback, time, threading, requests, socket
|
import json, os, sys, traceback, time, threading, requests, socket, subprocess
|
||||||
from sys import argv
|
from sys import argv
|
||||||
# Modules for platforms
|
# Modules for platforms
|
||||||
import guilded, discord
|
import guilded, discord
|
||||||
|
|
Loading…
Reference in a new issue