1.6.0 parsing timezones
This commit is contained in:
@@ -22,8 +22,11 @@ def test_code(request):
|
||||
|
||||
res = None
|
||||
|
||||
from SubscribesApp.reports import send_mail_for_user_subscribes_that_is_going_to_finish
|
||||
send_mail_for_user_subscribes_that_is_going_to_finish()
|
||||
from ReferenceDataApp.funcs import parse_data
|
||||
parse_data()
|
||||
|
||||
# from SubscribesApp.reports import send_mail_for_user_subscribes_that_is_going_to_finish
|
||||
# send_mail_for_user_subscribes_that_is_going_to_finish()
|
||||
|
||||
if res:
|
||||
if type(res) == str:
|
||||
|
||||
Reference in New Issue
Block a user