Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 107
Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 234
Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 235
Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 236
Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 237
Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 238
Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 239
U
™i_å ã @ sB d Z ddlmZ ddlmZ ddlmZ ddœdd„Zd d
„ ZdS ))Úruné )Ú
coroutines)Úevents)ÚtasksF)Údebugc C sŽ t ¡ dk rtdƒ‚t | ¡s,td | ¡ƒ‚t ¡ }z"t |¡ |
|¡ | | ¡W ¢S zt
|ƒ | | ¡ ¡ W 5 t d¡ | ¡ X X dS )a¥ Execute the coroutine and return the result.
This function runs the passed coroutine, taking care of
managing the asyncio event loop and finalizing asynchronous
generators.
This function cannot be called when another asyncio event loop is
running in the same thread.
If debug is True, the event loop will be run in debug mode.
This function always creates a new event loop and closes it at the end.
It should be used as a main entry point for asyncio programs, and should
ideally only be called once.
Example:
async def main():
await asyncio.sleep(1)
print('hello')
asyncio.run(main())
Nz8asyncio.run() cannot be called from a running event loopz"a coroutine was expected, got {!r})r Z_get_running_loopÚRuntimeErrorr ZiscoroutineÚ
ValueErrorÚformatZnew_event_loopZset_event_loopÚcloseÚ_cancel_all_tasksÚrun_until_completeZshutdown_asyncgensZ set_debug)Úmainr Úloop© r ú./opt/python38/lib/python3.8/asyncio/runners.pyr s ÿ
r c C sv t | ¡}|sd S |D ]}| ¡ q| t j|| ddœŽ¡ |D ]0}| ¡ rNq@| ¡ d k r@| d| ¡ |dœ¡ q@d S )NT)r Zreturn_exceptionsz1unhandled exception during asyncio.run() shutdown)ÚmessageÚ exceptionÚtask)r Z all_tasksÚcancelr ZgatherÚ cancelledr Zcall_exception_handler)r Z to_cancelr r r r r 5 s"
ÿýr N)Ú__all__Ú r r r r r r r r r Ú s
-