mirror of
https://github.com/skylanix/MamieHenriette.git
synced 2026-02-16 04:50:39 +01:00
Suppression humble bundle api key
This commit is contained in:
@@ -11,7 +11,7 @@ from discord import Client
|
|||||||
|
|
||||||
def _isEnable():
|
def _isEnable():
|
||||||
helper = ConfigurationHelper()
|
helper = ConfigurationHelper()
|
||||||
return helper.getValue('humble_bundle_enable') and helper.getIntValue('humble_bundle_channel') != 0 and helper.getValue('humble_bundle_api_key')
|
return helper.getValue('humble_bundle_enable') and helper.getIntValue('humble_bundle_channel') != 0
|
||||||
|
|
||||||
def _callGithub():
|
def _callGithub():
|
||||||
response = requests.get("https://raw.githubusercontent.com/shionn/HumbleBundleGamePack/refs/heads/master/data/game-bundles.json")
|
response = requests.get("https://raw.githubusercontent.com/shionn/HumbleBundleGamePack/refs/heads/master/data/game-bundles.json")
|
||||||
|
|||||||
@@ -53,8 +53,6 @@
|
|||||||
{{channel.name}}</option>
|
{{channel.name}}</option>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</select>
|
</select>
|
||||||
<label for="humble_bundle_api_key">Clé API</label>
|
|
||||||
<input name="humble_bundle_api_key" type="text" value="{{ configuration.getValue('humble_bundle_api_key') }}" />
|
|
||||||
<input type="Submit" value="Définir">
|
<input type="Submit" value="Définir">
|
||||||
</form>
|
</form>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
Reference in New Issue
Block a user