hanyuone / Ways-to-NOT-make-money

A basic Python (2.x/3.x) incremental game.
8 stars 3 forks source link

Web Browser? #74

Closed hanyuone closed 8 years ago

hanyuone commented 8 years ago

Line 127:

webbrowser.open("https://github.com/DerpfacePython/Ways-to-NOT-make-money/issues/new", new=0, autoraise=True)

What is this?

ghost commented 8 years ago

It just opens the issue-reporting Github page, in replace of the fussy autoreport.

hanyuone commented 8 years ago

It's giving off an error in PyCharm.

ghost commented 8 years ago

What....? What error?

ghost commented 8 years ago

PyCharm doesn't support webbrowser or WHAT?

hanyuone commented 8 years ago

IDK. It just says it's not defined.

I haven't tested the code for the webbrowser to see if it runs, but I'm going to put the issue here for now until I test it.

ghost commented 8 years ago

Oops... add "import webbrowser"

hanyuone commented 8 years ago

LOL.

ghost commented 8 years ago

Yeah, right.