Skip to content

Conversation

@Zakovskiy
Copy link
Contributor

Added a function for uploading and editing audio in the web version of the site.

Added a function for uploading and editing audio in the web version of the site.
Corrected the commentary
Corrected the commentary 2.0

def base36encode():
number = int(time.time() * 1000)
alphabet = '0123456789abcdefghijklmnopqrstuvwxyz'
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

и эту строку объязательно из времени генерировать или можно просто рандомную?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

да, это обязательно

укоротил
сократил загрузку аудио в одну функцию
@python273 python273 merged commit 68109cd into python273:master Mar 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants