Skip to content

Commit

Permalink
Generated screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
wsarce committed Nov 21, 2021
1 parent 61298a2 commit 26037aa
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Binary file added gui_images/AccuracyScreen.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gui_images/E4Screen.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gui_images/MainScreen.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion session_manager_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ def __init__(self, patient_file, keystroke_file):
self.ovu = OutputViewPanel(root, keystroke_file)
self.stf.kdf = self.ovu.key_view
self.pdf = PatientDataFields(root, patient_file, self.session_number, self.session_date,
self.session_time, self.ovu.key_view.conditions, debug=True)
self.session_time, self.ovu.key_view.conditions, debug=False)

self.edf = EmpaticaDataFields(root, self.ovu)

Expand Down

0 comments on commit 26037aa

Please sign in to comment.