MobileBlur

Diff
Login

Differences From Artifact [22ae6bac87]:

To Artifact [43d79c2f5e]:


13
14
15
16
17
18
19

13
14
15
16
17
18
19
20







+
    if len(bs) == 0:
        return ""
    else:
        rv = bs[0]
        for b in bs[1:]:
            rv += b
        return rv