Jump to content

Shro

Members
  • Posts

    13
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Shro's Achievements

Apprentice

Apprentice (3/14)

  • Dedicated Rare
  • Collaborator Rare
  • One Month Later Rare
  • Week One Done Rare
  • First Post Rare

Recent Badges

0

Reputation

  1. Hello! Please add these python modules: 1. pyotp 2. qrcode Many thanks!
  2. Found the fix already. # Replace app.config['SECRET_KEY'] = secrets.token_hex(16) # with app.secret_key = secrets.token_hex(16) # Can use b'________' as well instead of secrets.token_hex(16) to load the site faster # Remove this Session(app)
  3. Hi all, need some coding help In my python file I have set the secret_key but whenever I tried to login into my website, it still gives the error of key not being set. I have tested the code locally and it works, not sure why it gives the error when I move the code to the live website. from flask import ( Flask, request, jsonify, render_template, session, redirect, url_for, send_file, ) import Account import os from flask_session import Session import secrets app = Flask(__name__) app.config['SECRET_KEY'] = secrets.token_hex(16) app.config["UPLOAD_FOLDER"] = "users/uploads" # Session configuration session_dir = os.path.join(os.getcwd(), "flask_session") app.config["SESSION_FILE_DIR"] = session_dir Session(app)
  4. Hello! Please add these python modules: 1. Flask-Session 2. pycryptodome 3. azure-storage-blob 4. boto3 5. python-docx 6. PyMuPDF Many thanks!
  5. Hi, I would add a new domain to my account, my username is shro and the domain would be trustsharing.helioho.st Thank you in advance!
  6. Hello, I have successfully connected using FileZilla but it's showing an empty directory? I also cannot upload any files. Please advice, thank you.
  7. Managed to create the account, thanks!
  8. Hello! I have successfully donated $6 donation via BTC, please send me an invitation for the account creation. Thank you! Here are the details as follows: Currency used: BTC Transaction hash/ID: 056167f33d36adf5af145d5d63299bee6538596e2e747b972a557f0c6fab73ee Time of transaction: Nov 10, 2023 - 08:36:02 (UTC +8)
  9. Hello! I'll like to donate for the Tommy plan, but I'm not sure which to select for the address origin for adding of the new address. I'll donating via BTC. Please advice. Thank you.
×
×
  • Create New...