stoof
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
|
||||
import asyncio
|
||||
import sys
|
||||
sys.path.insert(1, '.')
|
||||
import sources.cache, sources.genius, sources.aggregate
|
||||
import utils
|
||||
|
||||
test_artist = "hopsin"
|
||||
test_song = "ill mind of hopsin 5"
|
||||
@@ -39,6 +39,6 @@ async def test_aggregate(artist=None, song=None):
|
||||
|
||||
|
||||
loop = asyncio.new_event_loop()
|
||||
loop.run_until_complete(test_genius())
|
||||
# loop.run_until_complete(test_genius())
|
||||
loop.run_until_complete(test_cache(artist=test_artist, song=test_song))
|
||||
loop.run_until_complete(test_aggregate())
|
||||
# loop.run_until_complete(test_aggregate())
|
||||
|
Reference in New Issue
Block a user