mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-18 22:30:20 -04:00
try and fix tests
This commit is contained in:
parent
dfac27fe84
commit
90807727c8
3 changed files with 6 additions and 3 deletions
|
@ -27,6 +27,7 @@ from onionshare import OnionShare
|
|||
class MyOnion:
|
||||
def __init__(self, stealth=False):
|
||||
self.auth_string = 'TestHidServAuth'
|
||||
self.private_key = ''
|
||||
self.stealth = stealth
|
||||
|
||||
@staticmethod
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue