medicafe 0.250806.1__py3-none-any.whl → 0.250806.3__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 medicafe might be problematic. Click here for more details.

MediBot/MediBot.bat CHANGED
@@ -529,7 +529,23 @@ cls
529
529
  echo Clearing Python cache for MediCafe...
530
530
  echo.
531
531
  cd /d "%~dp0.."
532
- python "MediBot\update_medicafe.py" --clear-cache
532
+
533
+ :: Check if update_medicafe.py exists in the moved location first
534
+ if exist "F:\Medibot\update_medicafe.py" (
535
+ echo Found update_medicafe.py in F:\Medibot\ - using moved location
536
+ python "F:\Medibot\update_medicafe.py" --clear-cache
537
+ ) else if exist "MediBot\update_medicafe.py" (
538
+ echo Found update_medicafe.py in original location - using relative path
539
+ python "MediBot\update_medicafe.py" --clear-cache
540
+ ) else (
541
+ echo ERROR: update_medicafe.py not found in either location
542
+ echo Expected locations:
543
+ echo - F:\Medibot\update_medicafe.py
544
+ echo - MediBot\update_medicafe.py
545
+ pause
546
+ goto main_menu
547
+ )
548
+
533
549
  if errorlevel 1 (
534
550
  echo Cache clearing failed.
535
551
  pause
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: medicafe
3
- Version: 0.250806.1
3
+ Version: 0.250806.3
4
4
  Summary: MediCafe
5
5
  Home-page: https://github.com/katanada2
6
6
  Author: Daniel Vidaud
@@ -1,4 +1,4 @@
1
- MediBot/MediBot.bat,sha256=XPFbEHu3cctsmZVK44YhX521budCZsu8j5b28djzWn8,22698
1
+ MediBot/MediBot.bat,sha256=h2CMYkTtZw_-kC0yintP94srAD6cx6PTwGDJD4PdAQQ,23298
2
2
  MediBot/MediBot.py,sha256=E1vE8AskTFf5lp8GVaJKXOUyKZTbi6t01f1taJmMwVQ,28779
3
3
  MediBot/MediBot_Charges.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
4
  MediBot/MediBot_Crosswalk_Library.py,sha256=X-lo8bvT-vmCqbrKFi_ApmVI6wQs53mz1ygyVeCf1SI,23463
@@ -73,9 +73,9 @@ MediLink/test_cob_library.py,sha256=wUMv0-Y6fNsKcAs8Z9LwfmEBRO7oBzBAfWmmzwoNd1g,
73
73
  MediLink/test_timing.py,sha256=yH2b8QPLDlp1Zy5AhgtjzjnDHNGhAD16ZtXtZzzESZw,2042
74
74
  MediLink/test_validation.py,sha256=FJrfdUFK--xRScIzrHCg1JeGdm0uJEoRnq6CgkP2lwM,4154
75
75
  MediLink/webapp.html,sha256=JPKT559aFVBi1r42Hz7C77Jj0teZZRumPhBev8eSOLk,19806
76
- medicafe-0.250806.1.dist-info/LICENSE,sha256=65lb-vVujdQK7uMH3RRJSMwUW-WMrMEsc5sOaUn2xUk,1096
77
- medicafe-0.250806.1.dist-info/METADATA,sha256=4owDcBuLzZPv15SUNG7tFNb8U9e5xQiY1AoLnNsc63I,5501
78
- medicafe-0.250806.1.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
79
- medicafe-0.250806.1.dist-info/entry_points.txt,sha256=m3RBUBjr-xRwEkKJ5W4a7NlqHZP_1rllGtjZnrRqKe8,52
80
- medicafe-0.250806.1.dist-info/top_level.txt,sha256=U6-WBJ9RCEjyIs0BlzbQq_PwedCp_IV9n1616NNV5zA,26
81
- medicafe-0.250806.1.dist-info/RECORD,,
76
+ medicafe-0.250806.3.dist-info/LICENSE,sha256=65lb-vVujdQK7uMH3RRJSMwUW-WMrMEsc5sOaUn2xUk,1096
77
+ medicafe-0.250806.3.dist-info/METADATA,sha256=jRx6RJEV3hHr8GC12mp-j1qVbWWCj-at_hTuMTqC5xg,5501
78
+ medicafe-0.250806.3.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
79
+ medicafe-0.250806.3.dist-info/entry_points.txt,sha256=m3RBUBjr-xRwEkKJ5W4a7NlqHZP_1rllGtjZnrRqKe8,52
80
+ medicafe-0.250806.3.dist-info/top_level.txt,sha256=U6-WBJ9RCEjyIs0BlzbQq_PwedCp_IV9n1616NNV5zA,26
81
+ medicafe-0.250806.3.dist-info/RECORD,,