mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-28 12:07:08 -03:00
Fix test
This commit is contained in:
parent
7e875e021a
commit
4434e4c920
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ class TestSettings:
|
|||
'private_key': '',
|
||||
'slug': '',
|
||||
'hidservauth_string': '',
|
||||
'downloads_dir': os.path.expanduser('~/OnionShare')
|
||||
'downloads_dir': os.path.expanduser('~/OnionShare'),
|
||||
'public_mode': False
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue