Skip to content
This repository was archived by the owner on Oct 20, 2019. It is now read-only.

Commit 7ef6067

Browse files
committed
SPRINT 2 COMMIT -- This is the point we are at immediately after
Sprint 2
1 parent 9fcb0d5 commit 7ef6067

File tree

1 file changed

+3
-1
lines changed
  • Predictive-Maintenance-System-master

1 file changed

+3
-1
lines changed

Predictive-Maintenance-System-master/NewGUI.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ def bandr():
130130
print("********* %s seconds *********" % totaltimeTaken)
131131
timestampC.config(text="Classifier Run Time: %s seconds" % timeForClassifier)
132132
timestamp.config(text=" Total Time Elapsed: %s seconds" % totaltimeTaken)
133+
133134
# Pickling the classifier
134135
# fileToStore = "testfile"
135136
#
@@ -139,6 +140,7 @@ def bandr():
139140
#
140141
# fileObject.close()
141142

143+
142144
anotherWindow = Tk()
143145

144146
anotherWindow.iconbitmap(r'RowanLogo.ico')
@@ -200,4 +202,4 @@ def bandr():
200202
anotherWindow.grid_columnconfigure(1, weight=1)
201203
anotherWindow.grid_columnconfigure(2, weight=1)
202204

203-
anotherWindow.mainloop()
205+
anotherWindow.mainloop()

0 commit comments

Comments
 (0)