Skip to content

Commit

Permalink
A few fixes after attempting to run on the new old machine
Browse files Browse the repository at this point in the history
  • Loading branch information
carbon-starlight committed Aug 14, 2024
1 parent 040ece3 commit 36809ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
new_chat_id = input('Enter the new chat ID: ')
data['developer_telegram_chat_id'] = new_chat_id

user_input = input(f'\nWikiSchedule also supports forwarding messages to a VK group chat and storing a textbook database that can be accessed via VK group. Would you like to enable it? (y/n) [n]: ')
user_input = input(f'\n[EXPERIMENTAL] WikiSchedule also supports forwarding messages to a VK group chat and storing a textbook database that can be accessed via VK group. Would you like to enable it? (y/n) [n]: ')
forward_to_vk = (user_input.lower() or 'n') == 'y'

change_vk_bot_token = False
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ pdf2image~=1.16.3
Pillow~=10.1.0
PyPDF2~=3.0.1
python-telegram-bot~=20.7
"python-telegram-bot[job-queue]"
requests_cache~=1.1.1
retry_requests~=2.0.0
schedule~=1.2.1
Expand Down

0 comments on commit 36809ba

Please sign in to comment.