Code:
1 2 3 4 5 6 7 |
|
Above code is producing different outputs when it is executed on my local machine (located at India) and on pythonanywhere. While running on my local machine, i have ensured that i didnt log into BTCJam. Is there any specific reason why i am getting different outputs? Can you suggest any solution to resolve the issue?
Output after executing above code on pythonanywhere:
{'error': 'You need to log in or sign up before continuing.'}
Output after executing above code on my Local Machine (India):
[{'enabled': True, 'id': 4, 'name': '1st of the month', 'translated_name': '1st of the month', 'days_of_interval': 30}, {'enabled': True, 'id': 5, 'name': '5th of the month', 'translated_name': '5th of the month', 'days_of_interval': 30}, {'enabled': True, 'id': 6, 'name': '10th of the month', 'translated_name': '10th of the month', 'days_of_interval': 30}, {'enabled': True, 'id': 3, 'name': 'Weekly', 'translated_name': 'Weekly', 'days_of_interval': 7}, {'enabled': True, 'id': 7, 'name': 'Monthly', 'translated_name': 'Monthly', 'days_of_interval': 30}]