24 lines
587 B
Python
Executable File
24 lines
587 B
Python
Executable File
import requests
|
|
import asyncio
|
|
import json
|
|
|
|
from walkoff_app_sdk.app_base import AppBase
|
|
|
|
class a757f74fead843a8d9b5a954d2fadfa69(AppBase):
|
|
"""
|
|
Autogenerated class by Shuffler
|
|
"""
|
|
|
|
__version__ = "1.0"
|
|
app_name = "a757f74fead843a8d9b5a954d2fadfa69"
|
|
|
|
def __init__(self, redis, logger, console_logger=None):
|
|
self.verify = False
|
|
urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)
|
|
super().__init__(redis, logger, console_logger)
|
|
|
|
|
|
|
|
if __name__ == "__main__":
|
|
asyncio.run(a757f74fead843a8d9b5a954d2fadfa69.run(), debug=True)
|