We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbef07e commit ad76efbCopy full SHA for ad76efb
BNC.py
@@ -458,7 +458,7 @@ def drawSimple(self, master):
458
sticky=tk.W)
459
if self.experimentTuple[PHASE_BASE] is None:
460
self.experimentTuple[PHASE_BASE] = tk.StringVar()
461
- self.experimentTuple[PHASE_BASE].set("0")
+ self.experimentTuple[PHASE_BASE].set("1")
462
tk.Entry(
463
master_frame,
464
textvariable=self.experimentTuple[PHASE_BASE]
0 commit comments