1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00

Fix missing reference

This commit is contained in:
Steffo 2020-05-19 17:56:06 +02:00
parent 5bc2c958d5
commit 243c4218bc
Signed by: steffo
GPG key ID: 896A80F55F7C97F0

View file

@ -5,7 +5,7 @@ import uuid
from typing import * from typing import *
import royalnet.commands as rc import royalnet.commands as rc
import royalnet.utils as ru import royalnet.utils as ru
import royalnet.backpack as rb import royalnet.backpack.tables as rbt
from .escape import escape from .escape import escape
from ..serf import Serf from ..serf import Serf
@ -25,7 +25,7 @@ class TelegramSerf(Serf):
"""A Serf that connects to `Telegram <https://telegram.org/>`_ as a bot.""" """A Serf that connects to `Telegram <https://telegram.org/>`_ as a bot."""
interface_name = "telegram" interface_name = "telegram"
_identity_table = rb.tables.Telegram _identity_table = rbt.Telegram
_identity_column = "tg_id" _identity_column = "tg_id"
def __init__(self, def __init__(self,