Skip to content
This repository has been archived by the owner on Sep 1, 2021. It is now read-only.

Has Error Appear When Using Avalon #4

Closed
mnixry opened this issue Nov 3, 2018 · 1 comment
Closed

Has Error Appear When Using Avalon #4

mnixry opened this issue Nov 3, 2018 · 1 comment

Comments

@mnixry
Copy link

mnixry commented Nov 3, 2018

Python 3.6.7 (v3.6.7:6ec5cf24b7, Oct 20 2018, 13:35:33) [MSC v.1900 64 bit (AMD6
4)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import avalon
>>> avalon.info("hello,world!")
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: module 'avalon' has no attribute 'info'
>>> avalon.Avalon.info("hello,world!")
[+] INFO: hello,world!
@k4yt3x
Copy link
Owner

k4yt3x commented Nov 3, 2018

My sincere apologies.
THERE IS A TYPO IN THE README FILE XD
I'll fix it.

Meanwhile, you should do

from avalon_framework import Avalon
Avalon.info('hello')

@k4yt3x k4yt3x closed this as completed Nov 4, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants