yeref 0.24.38__py3-none-any.whl → 0.24.39__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
@@ -15963,9 +15963,10 @@ async def return_view_metrics(bot, PROJECT_USERNAME, EXTRA_D, BASE_P):
|
|
15963
15963
|
USER_DAU = USER_LSTS.get("USER_DAU", [])
|
15964
15964
|
USER_MAU = USER_LSTS.get("USER_MAU", [])
|
15965
15965
|
USER_TXS = USER_LSTS.get("USER_TXS", [])
|
15966
|
+
USER_STATUSES = USER_LSTS.get("USER_STATUSES", [])
|
15966
15967
|
|
15967
15968
|
if USER_WALLET: wallets_set.add(USER_WALLET)
|
15968
|
-
users_set.add(USER_TID)
|
15969
|
+
if not len(USER_STATUSES): users_set.add(USER_TID)
|
15969
15970
|
|
15970
15971
|
for day_str in USER_DAU:
|
15971
15972
|
dt_day = datetime.strptime(day_str, "%Y-%m-%d")
|
@@ -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=Rnf2PYAzIKkNjxxqYEqfbfF7K1P0kSaWzvJW-IkdHk8,1031474
|
5
|
+
yeref-0.24.39.dist-info/METADATA,sha256=SGyURuN9EOuBHLA5wnm45Vzae8eJIwLiSSS_1MaRwsU,119
|
6
|
+
yeref-0.24.39.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
7
|
+
yeref-0.24.39.dist-info/top_level.txt,sha256=yCQKchWHbfV-3OuQPYRdi2loypD-nmbDJbtt3OuKKkY,6
|
8
|
+
yeref-0.24.39.dist-info/RECORD,,
|
yeref-0.24.38.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=RM7NXUUQwmCkxd11VaRdRPsX0t_kwzWfd3d71ZnEwcA,1031380
|
5
|
-
yeref-0.24.38.dist-info/METADATA,sha256=go4G-DAgwn24x7WqdDXDWea8BE2d-qAxGawLQovnlY4,119
|
6
|
-
yeref-0.24.38.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
7
|
-
yeref-0.24.38.dist-info/top_level.txt,sha256=yCQKchWHbfV-3OuQPYRdi2loypD-nmbDJbtt3OuKKkY,6
|
8
|
-
yeref-0.24.38.dist-info/RECORD,,
|
File without changes
|
File without changes
|