kenmaxnejp
Results
2
comments of
kenmaxnejp
Hi jmgv098, Thanks. Actually I am new for Python, I guess I should use RE to modify either this line: @client.on(events.NewMessage(chats=input_channels_entities)) Or this line? await client.forward_messages(output_channel_entity, event.message)
> Ref: https://github.com/jupyter/notebook/tree/5.7.x/notebook/i18n#how-the-language-is-selected- > > Linux solution: > Open terminal, and clear the environment variable $LANGUAGE, > e.g. (bash) > > ```shell > export LANGUAGE= > ``` > > and...