yeref 0.24.34__tar.gz → 0.24.35__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: yeref
3
- Version: 0.24.34
3
+ Version: 0.24.35
4
4
  Summary: desc-f
5
5
  Author: john smith
6
6
  Dynamic: author
@@ -2,7 +2,7 @@ from setuptools import setup
2
2
 
3
3
  setup(
4
4
  name='yeref',
5
- version='0.24.34',
5
+ version='0.24.35',
6
6
  description='desc-f',
7
7
  author='john smith',
8
8
  packages=['yeref'],
@@ -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
- f.write("\n")
15921
- f.write(f"Unique wallet count: {len(wallets_set)}\n")
15922
- f.write(f"Unique users count: {len(users_set)}\n")
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)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: yeref
3
- Version: 0.24.34
3
+ Version: 0.24.35
4
4
  Summary: desc-f
5
5
  Author: john smith
6
6
  Dynamic: author
File without changes
File without changes
File without changes
File without changes
File without changes