mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-23 08:31:23 -04:00
Rename debug to verbose in all relevant places
This commit is contained in:
parent
f7a62fe93a
commit
d5c60f8f70
5 changed files with 17 additions and 17 deletions
|
@ -268,7 +268,7 @@ class TestLog:
|
|||
def dummy_func():
|
||||
pass
|
||||
|
||||
common_obj.debug = True
|
||||
common_obj.verbose = True
|
||||
|
||||
# From: https://stackoverflow.com/questions/1218933
|
||||
with io.StringIO() as buf, contextlib.redirect_stdout(buf):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue