Fix two bugs

This commit is contained in:
Arinerron 2018-02-03 21:22:34 -08:00
parent efd7c287b7
commit c57bffcae8
No known key found for this signature in database
GPG key ID: 99383627861C62F0
2 changed files with 3 additions and 3 deletions

View file

@ -21,7 +21,7 @@
along with this program. If not, see <https://www.gnu.org/licenses/>.
'''
import sys, os, configparser, base64, random, getpass, shutil, subprocess, requests, time, logger, platform
import api, core
import api, core, gui
from onionrutils import OnionrUtils
from netcontroller import NetController