forked from platformio/platformio-core
Bump version to 4.3.2a4
This commit is contained in:
@ -12,7 +12,7 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
VERSION = (4, 3, "2a3")
|
VERSION = (4, 3, "2a4")
|
||||||
__version__ = ".".join([str(s) for s in VERSION])
|
__version__ = ".".join([str(s) for s in VERSION])
|
||||||
|
|
||||||
__title__ = "platformio"
|
__title__ = "platformio"
|
||||||
|
@ -260,7 +260,6 @@ class MPDataPusher(object):
|
|||||||
def _send_data(self, data):
|
def _send_data(self, data):
|
||||||
if self._http_offline:
|
if self._http_offline:
|
||||||
return False
|
return False
|
||||||
print("MP:_send_data", data)
|
|
||||||
try:
|
try:
|
||||||
r = self._http_session.post(
|
r = self._http_session.post(
|
||||||
"https://ssl.google-analytics.com/collect",
|
"https://ssl.google-analytics.com/collect",
|
||||||
|
Reference in New Issue
Block a user