yeref 0.24.34__py3-none-any.whl → 0.24.36__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
yeref/yeref.py
CHANGED
@@ -15917,9 +15917,9 @@ async def return_view_metrics(bot, PROJECT_USERNAME, EXTRA_D, BASE_P):
|
|
15917
15917
|
metrics_by_month[ym]["/startapp"],
|
15918
15918
|
]
|
15919
15919
|
writer.writerow(row)
|
15920
|
-
|
15921
|
-
|
15922
|
-
|
15920
|
+
csvfile.write("\n")
|
15921
|
+
csvfile.write(f"Unique wallet count: {len(wallets_set)}\n")
|
15922
|
+
csvfile.write(f"Unique users count: {len(users_set)}\n")
|
15923
15923
|
|
15924
15924
|
thumb = types.FSInputFile(os.path.join(EXTRA_D, 'parse.jpg'))
|
15925
15925
|
await bot.send_document(chat_id=my_tid, document=types.FSInputFile(f_name), thumbnail=thumb)
|
@@ -0,0 +1,8 @@
|
|
1
|
+
yeref/__init__.py,sha256=Qpv3o6Xa78VdLcsSRmctGtpnYE9btpAkCekgGhgJyXM,49
|
2
|
+
yeref/l_.py,sha256=LMX_olmJwq-tgoALJCnhV_fGrL_i_43yBLkLIcEVqGo,1176743
|
3
|
+
yeref/tonweb.js,sha256=Jf6aFOQ1OIY4q7fINYz-m5LsI3seMus124M5SYYZmtE,443659
|
4
|
+
yeref/yeref.py,sha256=i7z7OyVKV1R2KmZCXRbKYYlmI1VLB7-qLvm3GceVFRc,1026607
|
5
|
+
yeref-0.24.36.dist-info/METADATA,sha256=P_JDpywHrZAwBK2yHt0frOKILRjmIs8f_C5kchdidpU,119
|
6
|
+
yeref-0.24.36.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
7
|
+
yeref-0.24.36.dist-info/top_level.txt,sha256=yCQKchWHbfV-3OuQPYRdi2loypD-nmbDJbtt3OuKKkY,6
|
8
|
+
yeref-0.24.36.dist-info/RECORD,,
|
yeref-0.24.34.dist-info/RECORD
DELETED
@@ -1,8 +0,0 @@
|
|
1
|
-
yeref/__init__.py,sha256=Qpv3o6Xa78VdLcsSRmctGtpnYE9btpAkCekgGhgJyXM,49
|
2
|
-
yeref/l_.py,sha256=LMX_olmJwq-tgoALJCnhV_fGrL_i_43yBLkLIcEVqGo,1176743
|
3
|
-
yeref/tonweb.js,sha256=Jf6aFOQ1OIY4q7fINYz-m5LsI3seMus124M5SYYZmtE,443659
|
4
|
-
yeref/yeref.py,sha256=lydSM18NOxkucRq261O2h2TYGKzFBQ6hmDFJJc5fCjg,1026589
|
5
|
-
yeref-0.24.34.dist-info/METADATA,sha256=moglChIcb8MPZpmUisXAlaBn5vpobr2GizOCUUoa-ac,119
|
6
|
-
yeref-0.24.34.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
7
|
-
yeref-0.24.34.dist-info/top_level.txt,sha256=yCQKchWHbfV-3OuQPYRdi2loypD-nmbDJbtt3OuKKkY,6
|
8
|
-
yeref-0.24.34.dist-info/RECORD,,
|
File without changes
|
File without changes
|