Skip to content

Instantly share code, notes, and snippets.

View tobezdev's full-sized avatar

Toby tobezdev

View GitHub Profile
[2024-06-24 17:35:46.768] [error] NOTE: Picked up JDK_JAVA_OPTIONS: -XX:+DisableAttachMechanism
[2024-06-24 17:35:46.775] [error] Picked up JAVA_TOOL_OPTIONS: -XX:+DisableAttachMechanism
[2024-06-24 17:35:46.776] [error] Picked up _JAVA_OPTIONS: -XX:+DisableAttachMechanism
[2024-06-24 17:35:47.205] [info] [17:35:47] [Genesis/main/INFO
[2024-06-24 17:35:47.206] [info] ] Found external file: Fabric-API-v1_21_0-0.100.1.jar
[2024-06-24 17:35:47.211] [info] [17:35:47] [Genesis/main/INFO] Found external file: Sodium-v1_21_0-0.5.9.jar
[2024-06-24 17:35:47.213] [info] [17:35:47] [Genesis/main/INFO] Found external file: Iris-v1_21_0-1.7.1.jar
[2024-06-24 17:35:47.213] [info] [17:35:47] [Genesis/main/INFO] Found external file: hypixel-quickplay-data.json
[2024-06-24 17:35:47.214] [info] [17:35:47] [Genesis/main/INFO] Found external file: hypixel-bedwars-data.json
[2024-06-24 17:35:47.215] [info] [17:35:47] [Genesis/main/INFO] Found external file: hypixel-skyblock-dungeon-rooms.json
def parse_args():
parser = argparse.ArgumentParser()
parser.add_argument(
'--device',
type=int,
default=None,
dest='device',
help='pyaudio (portaudio) device index'
)
parser.add_argument(