Added text set.
This commit is contained in:
parent
2103c64dd5
commit
14530f07f1
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ def bb(format_string):
|
||||||
'[lgray]':'\x0315',}
|
'[lgray]':'\x0315',}
|
||||||
stuff['style'] = {'[b]':'\x02'}
|
stuff['style'] = {'[b]':'\x02'}
|
||||||
stuff['sym'] = {'[point]':'\x07'}
|
stuff['sym'] = {'[point]':'\x07'}
|
||||||
|
stuff['text'] = {'[url]':'http://'}
|
||||||
final = {}
|
final = {}
|
||||||
for x in stuff:
|
for x in stuff:
|
||||||
final.update(x)
|
final.update(x)
|
||||||
|
|
Reference in a new issue