mirror of
https://github.com/9001/copyparty.git
synced 2026-06-21 05:32:25 -06:00
fix for last commit
This commit is contained in:
parent
58909c68da
commit
b979df0e3a
|
|
@ -109,7 +109,7 @@ class Ico(object):
|
||||||
else:
|
else:
|
||||||
y = "55%"
|
y = "55%"
|
||||||
|
|
||||||
svg = svg.format(h, c[:6], y, c[6:], txt)
|
#svg = svg.format(h, c[:6], y, c[6:], txt)
|
||||||
|
|
||||||
if(len(ext) > 3):
|
if(len(ext) > 3):
|
||||||
fontsz = 12 / len(ext) * 3
|
fontsz = 12 / len(ext) * 3
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue