Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HaloDragon7410 authored Dec 10, 2019
1 parent 81302ee commit 8670a8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ An example `local_config.py` file could be:
__The Userbot should work by setting only the first two variables__

```python3
from sample_config import Config
from heroku_config import Var

class Development(Config):
class Development(Var):
APP_ID = 6
API_HASH = "eb06d4abfb49dc3eeb1aeb98ae0f581e"
```
Expand Down

0 comments on commit 8670a8b

Please sign in to comment.