We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ec0cbd + d6ad1f3 commit dcaa887Copy full SHA for dcaa887
main.py
@@ -1,5 +1,6 @@
1
try:
2
import time
3
+ import uuid
4
import random
5
import shutil
6
import os.path
src/build/user.nuitka-package.config.yml
@@ -8,6 +8,7 @@
8
- module: "av.stream" # generic stream base
9
- module: "av.audio.stream" # audio-specific streams
10
- module: "av.audio.resampler" # the AudioResampler class
11
+ - module: "uuid"
12
data-files:
13
# pull in just the shared-objects for those modules
14
patterns:
0 commit comments