Fixing commas
This commit is contained in:
parent
6441210d0e
commit
c24efb8bbe
|
@ -168,7 +168,8 @@ fn leetx() {
|
|||
.children()
|
||||
.nth(0)
|
||||
.unwrap()
|
||||
.text();
|
||||
.text()
|
||||
.replace(",", "");;
|
||||
let size_bytes = convert_to_bytes(size);
|
||||
|
||||
let created_unix = SystemTime::now()
|
||||
|
|
Loading…
Reference in New Issue