New commit 2.0:

- Added test file to gitignore
    - Created table of users with chat_ids(UserTable.sql)
    - Added check of empty table into get_last_id
    - Modified get_user to return a chat_id instead of username
    - Changed download function in ISwork to send URL instead
This commit is contained in:
2025-07-31 16:45:25 +03:00
parent cd0536c393
commit f53783efd3
4 changed files with 33 additions and 20 deletions

1
.gitignore vendored
View File

@@ -5,3 +5,4 @@
.DS_Store
.vscode/
__pycache__/
test.py