Compare commits

...

2 Commits

Author SHA1 Message Date
def 8979b12fa8 Merge branch 'master' of inex.dev:def/MirrorTea 2023-01-10 07:46:26 +04:00
def 96ab6c9439 fix: a little 2023-01-10 07:45:01 +04:00
2 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,4 @@
import asyncio
import os
from matrix import MatrixLoop
from mirrortea.abstract_source_platform.telegram import Telegram

View File

@ -1,4 +1,5 @@
import nio as matrix
import sys
class MatrixLoop: