Skip to content
Merged

_ #37

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion userbot_auth/__version__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.0.14"
__version__ = "1.0.16"
__author__ = "TeamKillerX"
__title__ = "Ryzenth UBT | Enterprise Security Framework"
__description__ = "Enterprise-grade authentication and authorization platform built for scale. Secure your applications with zero-trust architecture and real-time threat detection."
1 change: 1 addition & 0 deletions userbot_auth/client_youtube.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.

import json
import re
import time
import urllib.parse
Expand Down
Loading