updated example.env
also rearranged imports and wishlist
This commit is contained in:
parent
ae428239a7
commit
37945ccced
3 changed files with 8 additions and 5 deletions
|
|
@ -1,10 +1,9 @@
|
|||
import os
|
||||
from mutagen.easyid3 import EasyID3
|
||||
from mutagen.mp3 import MP3
|
||||
import mutagen.flac
|
||||
import mutagen.wave
|
||||
import sqlite3 as sql
|
||||
import requests, ast, time, math, argparse, dotenv
|
||||
import requests, ast, time, math, argparse, dotenv, os
|
||||
|
||||
loading = ["-","\\","|","/"]
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
API_KEY=
|
||||
DIRECTORY=./sound
|
||||
SERVER_PORT=19054
|
||||
SERVER_PORT=19054
|
||||
|
||||
#API_KEY = a lastfm api key
|
||||
#Directory = either a relative or concrete directory, default is subdirectory "sound", should work on unix and windows
|
||||
#server_port= the port for the webbybits.py flask server
|
||||
Loading…
Add table
Add a link
Reference in a new issue