mirror of
https://github.com/paul-nameless/tg
synced 2024-11-22 03:43:19 +00:00
Add phone number information (#158)
This commit is contained in:
parent
120d12cc47
commit
9ee51c589b
1 changed files with 2 additions and 1 deletions
|
@ -116,7 +116,8 @@ Config file should be stored at `~/.config/tg/conf.py`. This is simple python fi
|
|||
### Simple config:
|
||||
|
||||
```python
|
||||
PHONE = "[your phone number]"
|
||||
# should start with + (plus) and contain country code
|
||||
PHONE = "[phone number in international format]"
|
||||
```
|
||||
|
||||
### Advanced configuration:
|
||||
|
|
Loading…
Reference in a new issue