mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-29 20:47:07 -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': '',
|
'private_key': '',
|
||||||
'slug': '',
|
'slug': '',
|
||||||
'hidservauth_string': '',
|
'hidservauth_string': '',
|
||||||
'downloads_dir': os.path.expanduser('~/OnionShare')
|
'downloads_dir': os.path.expanduser('~/OnionShare'),
|
||||||
'public_mode': False
|
'public_mode': False
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue