質問編集履歴
1
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -138,27 +138,27 @@
|
|
138
138
|
|
139
139
|
Traceback (most recent call last):
|
140
140
|
|
141
|
-
File "C:\Users\
|
141
|
+
File "C:\Users\user\AppData\Local\Programs\Python\Python37\lib\threading.py", line 926, in _bootstrap_inner
|
142
142
|
|
143
143
|
self.run()
|
144
144
|
|
145
|
-
File "C:\Users\
|
145
|
+
File "C:\Users\user\AppData\Local\Programs\Python\Python37\lib\threading.py", line 870, in run
|
146
146
|
|
147
147
|
self._target(*self._args, **self._kwargs)
|
148
148
|
|
149
|
-
File "c:/Users/
|
149
|
+
File "c:/Users/user/Desktop/test.py", line 19, in print_nowtime
|
150
150
|
|
151
151
|
time_label["text"] = "{0:%Y/%m/%d %H:%M:%S}".format(now)
|
152
152
|
|
153
|
-
File "C:\Users\
|
153
|
+
File "C:\Users\user\AppData\Local\Programs\Python\Python37\lib\tkinter\__init__.py", line 1492, in __setitem__
|
154
154
|
|
155
155
|
self.configure({key: value})
|
156
156
|
|
157
|
-
File "C:\Users\
|
157
|
+
File "C:\Users\user\AppData\Local\Programs\Python\Python37\lib\tkinter\__init__.py", line 1485, in configure
|
158
158
|
|
159
159
|
return self._configure('configure', cnf, kw)
|
160
160
|
|
161
|
-
File "C:\Users\
|
161
|
+
File "C:\Users\user\AppData\Local\Programs\Python\Python37\lib\tkinter\__init__.py", line 1476, in _configure
|
162
162
|
|
163
163
|
self.tk.call(_flatten((self._w, cmd)) + self._options(cnf))
|
164
164
|
|