ikamran
ikamran
Hi guys, I wonder how we can implement flask-limiter into this structure, i mean blueprint and create_app I couldn't figure out how to solve it it limit all urls of...
in the form.py to validate user you sent the current user in routes.py `form = EditProfileForm(current_user.username)` then in forms.py ``` class EditProfileForm(FlaskForm): username = StringField('Username', validators=[DataRequired()]) about_me = TextAreaField('About me',...
When I want to generate dogetest address from xpub i got this error messge: ``` site-packages\hdwallet\utils.py", line 343, in is_root_xpublic_key semantic.upper() AttributeError: 'NoneType' object has no attribute 'upper' ``` I...
Hello, after running the Nxt Blockchain with npm run nxt it still showing log files after 15 hours and it dosnt end and i still cant open the URL What...
Hi there, I am looking to a solution to be able to get SMS messages using API, once i got SMS to my android phone i could be easily get...