Skip to content

Commit 2ce599c

Browse files
committed
add back uuid library
1 parent edf9330 commit 2ce599c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spotify_bot.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from uuid import uuid4
2+
13
import os, urllib.request, logging, json, sys, auth
24
from telegram.ext import Updater, CommandHandler, MessageHandler, Filters, InlineQueryHandler
35
from telegram import InputTextMessageContent, InlineQueryResultArticle

0 commit comments

Comments
 (0)