Update otherstuff.py

This commit is contained in:
Believethehype 2024-12-02 17:03:20 +01:00
parent 1bbc6fc104
commit 58d3ef9e94

View File

@ -497,6 +497,6 @@ if __name__ == '__main__':
dotenv.load_dotenv(env_path, verbose=True, override=True)
else:
raise FileNotFoundError(f'.env file not found at {env_path} ')
announce = True
announce = False
playground(announce)