This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
import json | |
import inspect | |
from pydantic import BaseModel | |
from typing import Dict, List, Tuple, Type | |
import root.main as root | |
import importlib | |
from slack_sdk import WebClient | |
from slack_sdk.errors import SlackApiError | |
import logging |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#This Function incoprate cases that could exist with regards to storing and retrieving the data in a Hash Map /Dictionary | |
def gaming_refree(camp_data:Camp, link_code:str,gaming_data:dict): | |
url:str = "" | |
if len(gaming_data) > 0: | |
# There is camp data in the cookie so we check if this campaign is in the data store | |
for _, value in dict(camp_data.payload).items(): | |
if type(value) == dict and value["code"] == link_code: | |
# when the camp data is not in the cookie | |
if gaming_data.get(camp_data.slug) is None: |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
NewerOlder