remoterf 0.0.7.30__py3-none-any.whl → 0.0.7.31__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of remoterf might be problematic. Click here for more details.
- remoteRF/core/app.py +1 -1
- {remoterf-0.0.7.30.dist-info → remoterf-0.0.7.31.dist-info}/METADATA +1 -1
- {remoterf-0.0.7.30.dist-info → remoterf-0.0.7.31.dist-info}/RECORD +6 -6
- {remoterf-0.0.7.30.dist-info → remoterf-0.0.7.31.dist-info}/WHEEL +0 -0
- {remoterf-0.0.7.30.dist-info → remoterf-0.0.7.31.dist-info}/entry_points.txt +0 -0
- {remoterf-0.0.7.30.dist-info → remoterf-0.0.7.31.dist-info}/top_level.txt +0 -0
remoteRF/core/app.py
CHANGED
|
@@ -358,7 +358,7 @@ def interactive_reserve_next_days(block_minutes=60):
|
|
|
358
358
|
slot_start = start_of_day + datetime.timedelta(minutes=current_offset)
|
|
359
359
|
slot_end = slot_start + datetime.timedelta(minutes=block_size)
|
|
360
360
|
# Stop if slot_end bleeds into the next calendar day
|
|
361
|
-
if slot_end.date() != date:
|
|
361
|
+
if slot_end.date() != date and slot_end.time() != datetime.time.min:
|
|
362
362
|
break
|
|
363
363
|
slots.append((slot_start, slot_end))
|
|
364
364
|
current_offset += block_size
|
|
@@ -10,7 +10,7 @@ remoteRF/common/utils/list_string.py,sha256=qsch666vX2e3CZ2W5EdYi62dOk37k1v2yPpH
|
|
|
10
10
|
remoteRF/common/utils/process_arg.py,sha256=J1REqgjm-1daqTBdVASgDd-16y-KneOJpCZXPEOklVk,2971
|
|
11
11
|
remoteRF/core/__init__.py,sha256=XQiCe8kyzM7XLxA883-uDndBmbr-NXo1uvtMJT2h6oA,73
|
|
12
12
|
remoteRF/core/acc_login.py,sha256=UcY3rDLAwHoJ9lYXRfm26z_6yJX0JSoKv-u1mF6n0Gs,49
|
|
13
|
-
remoteRF/core/app.py,sha256=
|
|
13
|
+
remoteRF/core/app.py,sha256=4fU6kN73TH0zSv3xD7Wyw6weG6i6X5ttuqpuOdWpBi8,21276
|
|
14
14
|
remoteRF/core/grpc_acc.py,sha256=bspLTzblhqYVVEFPwdvXrDZjREBWJVvD_SaT_cja6kU,2441
|
|
15
15
|
remoteRF/core/grpc_client.py,sha256=540JkGsJ8_poN_aRn3FJmuGN4078or06ke00T6A7qEo,3143
|
|
16
16
|
remoteRF/core/certs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -23,8 +23,8 @@ remoteRF/core/certs/server.key,sha256=F4hVXkENhugrpnHEYNesdvXJByvJ-_9Fxbiqf0Akn-
|
|
|
23
23
|
remoteRF/drivers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
24
24
|
remoteRF/drivers/adalm_pluto/__init__.py,sha256=_IOOeQXR6paCP7Eciw2aeKBUNvZs-jeBTwW8QqUlFyU,33
|
|
25
25
|
remoteRF/drivers/adalm_pluto/pluto_remote.py,sha256=6TTp6v6HCXnULHFh90GVbLDWk7RXY2oZo7iiCl8EZdI,7460
|
|
26
|
-
remoterf-0.0.7.
|
|
27
|
-
remoterf-0.0.7.
|
|
28
|
-
remoterf-0.0.7.
|
|
29
|
-
remoterf-0.0.7.
|
|
30
|
-
remoterf-0.0.7.
|
|
26
|
+
remoterf-0.0.7.31.dist-info/METADATA,sha256=15ujUPmimxR631vk0m6Ttb6lGi6jXikNZaOyqmO6NJg,4928
|
|
27
|
+
remoterf-0.0.7.31.dist-info/WHEEL,sha256=OVMc5UfuAQiSplgO0_WdW7vXVGAt9Hdd6qtN4HotdyA,91
|
|
28
|
+
remoterf-0.0.7.31.dist-info/entry_points.txt,sha256=TweiWBwjbPs3G5Xgx3kF7LqP3r-0Iy1BstMoX0mVnTM,64
|
|
29
|
+
remoterf-0.0.7.31.dist-info/top_level.txt,sha256=XQJoVTmAOsHV9qtPSP_QSh0ma4jKxsDkxn4IjM_ZuZk,9
|
|
30
|
+
remoterf-0.0.7.31.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|