mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-13 04:56:35 +03:00
28 lines
627 B
Markdown
28 lines
627 B
Markdown
|
---
|
||
|
name: Bug Report
|
||
|
about: Create a report about a bug inside the library or issues with the documentation
|
||
|
title: ''
|
||
|
labels: ''
|
||
|
assignees: ''
|
||
|
|
||
|
---
|
||
|
|
||
|
**Checklist**
|
||
|
* [ ] The error is in the library's code, and not in my own.
|
||
|
* [ ] I have searched for this issue before posting it and there isn't a duplicate.
|
||
|
* [ ] I ran `pip install -U https://github.com/LonamiWebs/Telethon/archive/master.zip` and triggered the bug in the latest version.
|
||
|
|
||
|
**Code that causes the issue**
|
||
|
```python
|
||
|
from telethon.sync import TelegramClient
|
||
|
...
|
||
|
|
||
|
```
|
||
|
|
||
|
**Traceback**
|
||
|
```
|
||
|
Traceback (most recent call last):
|
||
|
File "code.py", line 1, in <code>
|
||
|
|
||
|
```
|