src/eric7/MicroPython/Devices/DeviceBase.py

branch
eric7
changeset 10083
62019277dd0a
parent 10069
435cc5875135
child 10095
0e6da289da44
diff -r f834e57a5b13 -r 62019277dd0a src/eric7/MicroPython/Devices/DeviceBase.py
--- a/src/eric7/MicroPython/Devices/DeviceBase.py	Sat May 27 20:03:31 2023 +0200
+++ b/src/eric7/MicroPython/Devices/DeviceBase.py	Sun May 28 18:04:11 2023 +0200
@@ -1345,7 +1345,7 @@
                     now.tm_year,
                     now.tm_mon,
                     now.tm_mday,
-                    now.tm_wday + 1,
+                    now.tm_wday,
                     now.tm_hour,
                     now.tm_min,
                     now.tm_sec,

eric ide

mercurial