mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-18 18:56:28 +00:00
commenting out open_welcome_page argument that doesn't seem to work with real installer
This commit is contained in:
parent
c3a1491cf4
commit
c5c98108eb
@ -2,4 +2,5 @@ import sys
|
||||
from allmydata.gui.confwiz import main
|
||||
|
||||
if __name__ == '__main__':
|
||||
main(sys.argv, open_welcome_page=False)
|
||||
# main(sys.argv, open_welcome_page=False)
|
||||
main(sys.argv)
|
||||
|
Loading…
Reference in New Issue
Block a user