Owen Miller
Owen Miller
I had the same phenomenon too. It seems that the build process was just a bit too long on one occasion.
I noticed that the path issue can be resolved by replacing `ligo_cmd` in `smart_contracts/shared/python/ligo.py` with `ligo` (the locally installed program) instead of the Docker version. I've installed it from source,...
> Example of how to use it https://www.makeuseof.com/generate-server-to-server-oauth-zoom-meeting-link-python/ Thanks, I've used it here, which other people might also like to use as a base :slightly_smiling_face: https://github.com/owen9825/zoom_attendance
> @owen9825 > > So basically we need something similar to this as one of the ways to initialise the ZoomClient? > > ```python > def get_access_token(account_id: str) -> Optional[str]:...
Yes, of course :P Le 16 mai 2017 3:11 AM, "Lars van de Kerkhof" a écrit : > Hi are the tests passing with this fix? > > — >...
oh sorry, I should've looked more closely at the results; 0 tests were run :/ I'll fix it up
ah thx yeah you're right :)