This website works better with JavaScript.
Home
Explore
Help
Sign In
bj
/
torch-agent
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
5
Wiki
Activity
Browse Source
BUGFIX: onion urls were broken
master
B.J. Dweck
1 year ago
parent
a8b1029ad2
commit
fe94fcc204
2 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
requirements.txt
+1
-1
torch_agent/torch_agent.py
+ 1
- 0
requirements.txt
View File
@ -3,3 +3,4 @@ setuptools~=50.3.2
stdeb3~=0.9.0.post2
paho-mqtt~=1.5.1
stem>=1.8.0
PySocks
+ 1
- 1
torch_agent/torch_agent.py
View File
@ -1,7 +1,7 @@
from
stem.control
import
Controller
import
stem.connection
import
paho.mqtt.client
as
mqtt
from
paho.mqtt.client
import
socks
import
socks
import
ssl
import
socket
import
json
Write
Preview
Loading…
Cancel
Save