source:
python-cinema-club-bot/persistence.py@
1f94544
Last change on this file since 1f94544 was 0d67456, checked in by , on Oct 9, 2024 at 1:45:08 AM | |
---|---|
|
|
File size: 91 bytes |
Rev | Line | |
---|---|---|
[0d67456] | 1 | from telegram.ext import PicklePersistence |
2 | ||
3 | Persistence = PicklePersistence(filepath='db') |
Note:
See TracBrowser
for help on using the repository browser.