Update sweebridge.py

This commit is contained in:
Nova Cat 2025-01-01 14:29:54 -08:00
parent 61d7e8c61b
commit 09117fe53c

View file

@ -1,5 +1,5 @@
# 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
# Modules for platforms
import guilded, discord