Update random.py

This commit is contained in:
MoonGem 2018-03-25 08:24:54 -05:00 committed by GitHub
parent 2cb760cac6
commit 8c2c3983b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,11 +51,15 @@ while True:
print('Only enable the above settings, not all settings below are used!')
print('~~~~~~')
if mfi:
print('~~~MFI~~~')
print(mfi.group(1))
if fastd:
print('~~~FASTD~~~')
print(fastd.group(1))
if adx:
print('~~~ADX~~~')
print(adx.group(1))
if rsi:
print('~~~RSI~~~')
print(rsi.group(1))
data = Run(command)