fixed the bitrange

This commit is contained in:
Hellow
2023-09-11 21:34:45 +02:00
parent 151cdf7831
commit 7758b82312
4 changed files with 12 additions and 12 deletions

View File

@@ -1,14 +1,9 @@
import logging
import random
from pathlib import Path
from typing import List, Tuple, Set, Dict
from urllib.parse import ParseResult
from .path_manager import LOCATIONS
from .config import main_settings, logging_settings, youtube_settings
from .enums.album import AlbumType
from .config import main_settings
DEBUG = True
DEBUG_YOUTUBE_INITILIZING = DEBUG and False
if DEBUG:
print("DEBUG ACTIVE")
@@ -16,6 +11,9 @@ def get_random_message() -> str:
return random.choice(main_settings['happy_messages'])
HIGHEST_ID = 2**main_settings['id_bits']
HELP_MESSAGE = """
to search:
> s: {query or url}