2
0
mirror of https://github.com/ComradCollective/Comrad synced 2024-11-17 21:25:37 +00:00

finally! abolishing private key property

This commit is contained in:
quadrismegistus 2020-09-07 14:05:35 +01:00
parent 0748706b50
commit 6791b257c0

View File

@ -7,7 +7,7 @@ from komrade.backend import *
from flask import Flask, request, jsonify
from flask_classful import FlaskView
from komrade.the_operator import *
from komrade.backend.the_operator import *
OPERATOR = None