Building a .exe now successfully works (#35)

This commit is contained in:
Micah Lee 2014-06-20 01:42:53 -04:00
parent a05efed7f9
commit 7d537cde6f
3 changed files with 30 additions and 3 deletions

View file

@ -1,5 +1,5 @@
from flask import Flask, render_template
import threading, json, os, time, platform
import threading, json, os, time, platform, sys
onionshare = None
onionshare_port = None