medicafe 0.250728.2__py3-none-any.whl → 0.250728.4__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 +8 -6
- {medicafe-0.250728.2.dist-info → medicafe-0.250728.4.dist-info}/METADATA +1 -1
- {medicafe-0.250728.2.dist-info → medicafe-0.250728.4.dist-info}/RECORD +6 -6
- {medicafe-0.250728.2.dist-info → medicafe-0.250728.4.dist-info}/LICENSE +0 -0
- {medicafe-0.250728.2.dist-info → medicafe-0.250728.4.dist-info}/WHEEL +0 -0
- {medicafe-0.250728.2.dist-info → medicafe-0.250728.4.dist-info}/top_level.txt +0 -0
MediBot/MediBot.bat
CHANGED
|
@@ -112,7 +112,7 @@ if exist "C:\Python34\Lib\site-packages\MediBot\update_medicafe.py" (
|
|
|
112
112
|
py "%upgrade_medicafe%" --check-only > temp_update_check.txt 2>nul
|
|
113
113
|
if not exist temp_update_check.txt (
|
|
114
114
|
echo Update check unavailable.
|
|
115
|
-
goto :
|
|
115
|
+
goto :check_done
|
|
116
116
|
)
|
|
117
117
|
|
|
118
118
|
set /p update_check_result=<temp_update_check.txt
|
|
@@ -146,7 +146,8 @@ if "!update_check_result!"=="UP_TO_DATE" (
|
|
|
146
146
|
echo Checking for updates... Unable to check for updates.
|
|
147
147
|
ping -n 2 127.0.0.1 >nul
|
|
148
148
|
)
|
|
149
|
-
|
|
149
|
+
|
|
150
|
+
:check_done
|
|
150
151
|
|
|
151
152
|
:: Main menu
|
|
152
153
|
:main_menu
|
|
@@ -160,10 +161,11 @@ echo.
|
|
|
160
161
|
:: Check for updates if internet is available
|
|
161
162
|
if "!internet_available!"=="1" (
|
|
162
163
|
echo Checking for updates...
|
|
163
|
-
call :check_for_updates
|
|
164
|
-
if errorlevel 1 (
|
|
165
|
-
|
|
166
|
-
)
|
|
164
|
+
:: call :check_for_updates
|
|
165
|
+
:: if errorlevel 1 (
|
|
166
|
+
:: echo Update check failed, continuing...
|
|
167
|
+
:: )
|
|
168
|
+
echo Update check temporarily disabled.
|
|
167
169
|
)
|
|
168
170
|
|
|
169
171
|
echo Please select an option:
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
MediBot/MediBot.bat,sha256=
|
|
1
|
+
MediBot/MediBot.bat,sha256=aZBvygUyfFfPiIbB77yvyR3hmJakivIEJT92M2gIwcs,15047
|
|
2
2
|
MediBot/MediBot.py,sha256=rtNNquSU8tbDXgxHJSppJB2DvXIxzImGe4QpE-KtbQQ,25154
|
|
3
3
|
MediBot/MediBot_Charges.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
4
|
MediBot/MediBot_Crosswalk_Library.py,sha256=CAC1upqFu37fTWD3hFD5Djiy7yDAcV4SRkcbutdaeeY,53012
|
|
@@ -49,8 +49,8 @@ MediLink/test.py,sha256=kSvvJRL_3fWuNS3_x4hToOnUljGLoeEw6SUTHQWQRJk,3108
|
|
|
49
49
|
MediLink/test_cob_library.py,sha256=wUMv0-Y6fNsKcAs8Z9LwfmEBRO7oBzBAfWmmzwoNd1g,13841
|
|
50
50
|
MediLink/test_validation.py,sha256=FJrfdUFK--xRScIzrHCg1JeGdm0uJEoRnq6CgkP2lwM,4154
|
|
51
51
|
MediLink/webapp.html,sha256=JPKT559aFVBi1r42Hz7C77Jj0teZZRumPhBev8eSOLk,19806
|
|
52
|
-
medicafe-0.250728.
|
|
53
|
-
medicafe-0.250728.
|
|
54
|
-
medicafe-0.250728.
|
|
55
|
-
medicafe-0.250728.
|
|
56
|
-
medicafe-0.250728.
|
|
52
|
+
medicafe-0.250728.4.dist-info/LICENSE,sha256=65lb-vVujdQK7uMH3RRJSMwUW-WMrMEsc5sOaUn2xUk,1096
|
|
53
|
+
medicafe-0.250728.4.dist-info/METADATA,sha256=sPjm8SLNzboquO8LUrauPKjc7nb-xfLtggVRTHSg_p4,5501
|
|
54
|
+
medicafe-0.250728.4.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
|
55
|
+
medicafe-0.250728.4.dist-info/top_level.txt,sha256=3uOwR4q_SP8Gufk2uCHoKngAgbtdOwQC6Qjl7ViBa_c,17
|
|
56
|
+
medicafe-0.250728.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|