refactoring-by-def #1
|
@ -1,6 +1,4 @@
|
|||
DB_PATH=data/database.sqlite3
|
||||
MATRIX_BOT_ID=@fckidiots:matrix.org
|
||||
MATRIX_HOMESERVER_URL=https://matrix.org
|
||||
MATRIX_OWNER_ID=@kotovalexarian:matrix.org
|
||||
MATRIX_PASSWORD=...
|
||||
TELEGRAM_BOT_TOKEN=5890667880:...
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
import asyncio
|
||||
import os
|
||||
|
||||
from matrix import MatrixLoop
|
||||
from mirrortea.abstract_source_platform.telegram import Telegram
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
import nio as matrix
|
||||
import sys
|
||||
|
||||
|
||||
class MatrixLoop:
|
||||
|
|
Reference in a new issue