django-botmanager 0.2.18__py3-none-any.whl → 0.2.19__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.

Potentially problematic release.


This version of django-botmanager might be problematic. Click here for more details.

botmanager/admin.py CHANGED
@@ -66,7 +66,7 @@ class TaskAdmin(admin.ModelAdmin):
66
66
 
67
67
  filename = imported_class[0](task).get_log_file_name()
68
68
  dir = settings.MAIN_CONFIG["logs"]["dir"]
69
- file_path = os.path.join(dir, filename)
69
+ file_path = os.path.join(dir, filename) + ".log"
70
70
 
71
71
  if os.path.exists(file_path):
72
72
  return FileResponse(open(file_path, "rb"))
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: django-botmanager
3
- Version: 0.2.18
3
+ Version: 0.2.19
4
4
  Summary: Async tasks for django
5
5
  Home-page: https://github.com/dimoha/django-botmanager
6
6
  Author: Dimoha
@@ -1,5 +1,5 @@
1
1
  botmanager/__init__.py,sha256=p093xeQ7-p1sMH-FycACIIoomZNXCB7KgpjKBQuDL84,73
2
- botmanager/admin.py,sha256=TX_Tm0ph0AWsCjXw99-6mjBheAzsL-8W46HukYJ0Px0,2881
2
+ botmanager/admin.py,sha256=ubsoUyTodM9tibGWg43KsefGsZH_XWDhO2W8P-Nghy8,2890
3
3
  botmanager/apps.py,sha256=LeNG6Fr77QcsOSjyBAKEldYqqI2zUOmCFt3P3Sq9pSI,135
4
4
  botmanager/basetask.py,sha256=8VqUVMbEyq0Um5nlNSvdoj6NUjBn43TLPH97xGduqcs,7829
5
5
  botmanager/models.py,sha256=sQUzgZoIAWYXcxmv4MsjJ7iuaSQVSTx_f_D4xZvmx0k,3674
@@ -21,8 +21,8 @@ botmanager/migrations/0010_auto_20170531_1321.py,sha256=VnfOWMBI_fuBGmH1NOuXzA5k
21
21
  botmanager/migrations/0011_alter_task_create_dt_alter_task_id.py,sha256=-bR0dQFj_ncNKJLQSVF_aDLIYNkNzkbFcsyWF6vMB2w,706
22
22
  botmanager/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
23
23
  botmanager/templates/botmanager/task/change_form.html,sha256=kwcZ72z_YgNJgWOKNE_jS1WXk7YDvo50r0kdLBXLhmU,277
24
- django_botmanager-0.2.18.dist-info/LICENSE,sha256=drrREcwMWVwKpmlpyKh6ytsBFonOm2GbADAJD3WzjKY,1479
25
- django_botmanager-0.2.18.dist-info/METADATA,sha256=vwgT6WwZ0_xYbgQjc15hAqAuTb9K-PtRjyhCwk355dU,324
26
- django_botmanager-0.2.18.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
27
- django_botmanager-0.2.18.dist-info/top_level.txt,sha256=gq7opmRFT7PQifLHi-_hCCtsMjAAiH87radGZ13utgM,11
28
- django_botmanager-0.2.18.dist-info/RECORD,,
24
+ django_botmanager-0.2.19.dist-info/LICENSE,sha256=drrREcwMWVwKpmlpyKh6ytsBFonOm2GbADAJD3WzjKY,1479
25
+ django_botmanager-0.2.19.dist-info/METADATA,sha256=Zc4_8nbRFFvjdtdwEd1YQUnbxJzBOEct1llIU3OYprc,324
26
+ django_botmanager-0.2.19.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
27
+ django_botmanager-0.2.19.dist-info/top_level.txt,sha256=gq7opmRFT7PQifLHi-_hCCtsMjAAiH87radGZ13utgM,11
28
+ django_botmanager-0.2.19.dist-info/RECORD,,