mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-13 08:35:46 -04:00
Building a .exe now successfully works (#35)
This commit is contained in:
parent
a05efed7f9
commit
7d537cde6f
3 changed files with 30 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue