mirror of
https://github.com/iio612/DEFENDER.git
synced 2026-02-13 11:14:23 +00:00
last changes for asyncio
This commit is contained in:
14
defender.py
14
defender.py
@@ -17,17 +17,3 @@ async def main():
|
||||
|
||||
if __name__ == "__main__":
|
||||
asyncio.run(main(), debug=True)
|
||||
|
||||
|
||||
|
||||
# try:
|
||||
# # install.update_packages()
|
||||
# from core.loader import Loader
|
||||
# loader = Loader()
|
||||
# loader.Irc.init_irc()
|
||||
|
||||
# except AssertionError as ae:
|
||||
# print(f'Assertion Error -> {ae}')
|
||||
# except KeyboardInterrupt as k:
|
||||
# # ircInstance.Base.execute_periodic_action()
|
||||
# ...
|
||||
Reference in New Issue
Block a user