Skip to content

Commit

Permalink
#73 紧急修复校准
Browse files Browse the repository at this point in the history
  • Loading branch information
DoctorReid committed Dec 11, 2023
1 parent ee2fc32 commit f5f8da4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/gui/calibrator_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def __init__(self, page: ft.Page, ctx: Context):
SrAppView.__init__(self, page, ctx)

def run_app(self):
app = Calibrator(self.ctx)
app = Calibrator(self.sr_ctx)
app.execute()


Expand Down
2 changes: 1 addition & 1 deletion version.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: "v0.8.0"
version: "v0.8.1"

0 comments on commit f5f8da4

Please sign in to comment.