Skip to content

Commit

Permalink
register gui as a callback
Browse files Browse the repository at this point in the history
  • Loading branch information
bbean23 committed Mar 29, 2024
1 parent fa656da commit 6cb66cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opencsp/app/sofast/SofastGUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def __init__(self) -> 'SofastGUI':
Instantiates GUI in new window
"""
# Create the service object
self.service = SofastService()
self.service = SofastService(self)

# Create tkinter object
self.root = tkinter.Tk()
Expand Down

0 comments on commit 6cb66cc

Please sign in to comment.