create profile screen, main screen opens now
This commit is contained in:
parent
85467e1885
commit
91d3f885c0
15 changed files with 286 additions and 118 deletions
|
|
@ -42,7 +42,7 @@ def main():
|
|||
reset()
|
||||
return
|
||||
|
||||
toxygen = app.App(path_to_profile=args.profile_path)
|
||||
toxygen = app.App(__version__, path_to_profile=args.profile_path)
|
||||
toxygen.main()
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue