mirror of
https://github.com/cooperhammond/irs.git
synced 2024-12-31 18:55:28 +00:00
Added feature based off of https://github.com/kepoorhampond/irs/issues/8
This commit is contained in:
parent
65c7709e39
commit
2e3a0e9196
|
@ -55,7 +55,7 @@ def color(text, colors=[]):
|
||||||
for color in colors:
|
for color in colors:
|
||||||
color_string += "bc.%s + " % color
|
color_string += "bc.%s + " % color
|
||||||
color_string = color_string[:-2]
|
color_string = color_string[:-2]
|
||||||
return (bc.ENDC + eval(color_string) + text + bc.ENDC)
|
return (bc.ENDC + eval(color_string) + str(text) + bc.ENDC)
|
||||||
|
|
||||||
def color_input(text):
|
def color_input(text):
|
||||||
print (bc.HEADER + text, end=" ")
|
print (bc.HEADER + text, end=" ")
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -2,7 +2,7 @@ from setuptools import setup
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='irs',
|
name='irs',
|
||||||
version='3.2.1',
|
version='3.3.1',
|
||||||
description='A music downloader that just gets metadata.',
|
description='A music downloader that just gets metadata.',
|
||||||
url='https://github.com/kepoorhampond/irs',
|
url='https://github.com/kepoorhampond/irs',
|
||||||
author='Kepoor Hampond',
|
author='Kepoor Hampond',
|
||||||
|
|
Loading…
Reference in a new issue