mirror of
https://github.com/FlipsideCrypto/fsc-utils.git
synced 2026-02-06 10:56:49 +00:00
closing macro
This commit is contained in:
parent
4317c353a5
commit
70e238a548
@ -571,6 +571,8 @@ def decompress_zlib(compressed_string):
|
||||
return decompressed.decode('utf-8')
|
||||
except Exception as e:
|
||||
return f"Error decompressing: {str(e)}"
|
||||
{% endmacro %}
|
||||
|
||||
{% macro create_udf_stablecoin_data_parse() %}
|
||||
import re
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user