Import onion exceptions that were missing

This commit is contained in:
Micah Lee 2018-09-18 17:44:54 -07:00
parent 0234ff5f37
commit d63808f419
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -20,6 +20,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
import time
from PyQt5 import QtCore
from onionshare.onion import *
class OnionThread(QtCore.QThread):
"""