⚠️ BACKUP DATA ANDA SECARA TERATUR! File manager ini untuk keperluan teknis.
Zy Filemanager
berang berang bawa gelek berangkat lek !!!
🌙 Dark Mode
🏠 Home Shell
🔄 Refresh
Current Path:
Home Shell
/
opt
/
alt
/
python37
/
lib
/
python3.7
/
site-packages
/
raven
/
conf
/
__pycache__
⬆️ Parent Directory
📁 File Browser
Name
Size
Permissions
Modified Date
Actions
📄
__init__.cpython-37.pyc
(1,297 bytes)
1.27 KB
0644
📅
✏️
✍️
⬇️
🗑️
📄
defaults.cpython-37.pyc
(1,007 bytes)
1007 B
0644
📅
✏️
✍️
⬇️
🗑️
📄
remote.cpython-37.pyc
(3,559 bytes)
3.48 KB
0644
📅
✏️
✍️
⬇️
🗑️
📤 Upload Files
Single File
Multiple Files
ZIP Extract
ZIP file will be deleted after extraction
➕ Create New
New Folder
New File
✍️ Editing: remote.cpython-37.pyc
File: /opt/alt/python37/lib/python3.7/site-packages/raven/conf/__pycache__/remote.cpython-37.pyc
Size: 3.48 KB | Last Modified: 2023-11-14 21:14:55
💾 Backup File
🔢 Toggle Line Numbers
B ��Y � @ s� d dl mZ d dlZd dlZd dlZd dlmZmZ d dlm Z d dl mZ d dlm Z mZ dZe�d�Zd d � Ze� ZG dd� de�ZdS ) � )�absolute_importN)�PY2� text_type)� InvalidDsn)� to_string)� parse_qsl�urlparsez(Unsupported Sentry DSN scheme: {0} ({1})�ravenc C sV ddl m} ddlm} dtjkr:dtjkr:t�d� |S dtjkrRt�d� |S | S ) Nr )�ThreadedHTTPTransport)� HTTPTransportZCURRENT_VERSION_IDZINSTANCE_IDzODetected environment to be Google App Engine. Using synchronous HTTP transport.ZLAMBDA_TASK_ROOTzHDetected environment to be AWS Lambda. Using synchronous HTTP transport.)Zraven.transport.threadedr Zraven.transport.httpr �os�environ�logger�info)r r � r �B/opt/alt/python37/lib/python3.7/site-packages/raven/conf/remote.py�discover_default_transport s r c @ sD e Zd Zddd�Zdd� Zdd� Zdd � Zd d� Zeddd ��Z dS )�RemoteConfigNc C sV |r|� d�}d||f }nd }|| _|| _|| _|| _|p>i | _|| _|pNt| _d S )N�/z%s/api/%s/store/) �rstrip�base_url�project� public_key� secret_key�options�store_endpoint�DEFAULT_TRANSPORT�_transport_cls)�selfr r r r � transportr r r r r �__init__( s zRemoteConfig.__init__c C s t | j�S )N)r r )r r r r �__unicode__9 s zRemoteConfig.__unicode__c C s t | j| j| j| jg�S )N)�allr r r r )r r r r � is_active<